System::Runtime::Serialization::FormatterConverter::ToInt64 método

FormatterConverter::ToInt64 method

Convierte un valor a int64_t.

int64_t System::Runtime::Serialization::FormatterConverter::ToInt64(System::SharedPtr<Object> value) override
ParámetroTipoDescripción
valueSystem::SharedPtr<Object>El objeto a convertir.

ReturnValue

El valor convertido.

Ver también