System::Runtime::Serialization::IFormatterConverter::ToInt32 metodo

IFormatterConverter::ToInt32 method

Converte un valore in un int32_t.

virtual int32_t System::Runtime::Serialization::IFormatterConverter::ToInt32(System::SharedPtr<Object> value)=0
ParametroTipoDescrizione
valoreSystem::SharedPtr<Object>L’oggetto da convertire.

ReturnValue

Il valore convertito.

Vedi anche