Método System::Runtime::Serialization::IFormatterConverter::ToInt64

IFormatterConverter::ToInt64 method

Convierte un valor a un int64_t.

virtual int64_t System::Runtime::Serialization::IFormatterConverter::ToInt64(System::SharedPtr<Object> value)=0
ParámetroTipoDescripción
valorSystem::SharedPtr<Object>El objeto a convertir.

ReturnValue

El valor convertido.

Ver también