System::Runtime::Serialization::IFormatterConverter::ToUInt32 metodo

IFormatterConverter::ToUInt32 method

Converte un valore in un uint32_t.

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

ReturnValue

Il valore convertito.

Vedi anche