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

IFormatterConverter::ToInt32 method

Convierte un valor a int32_t.

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

ReturnValue

El valor convertido.

Ver también