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

FormatterConverter::ToInt32 method

Convierte un valor a int32_t.

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

ReturnValue

El valor convertido.

Ver también