System::Runtime::Serialization::IFormatterConverter::ToUInt32 méthode

IFormatterConverter::ToUInt32 method

Convertit une valeur en uint32_t.

virtual uint32_t System::Runtime::Serialization::IFormatterConverter::ToUInt32(System::SharedPtr<Object> value)=0
ParamètreTypeDescription
valeurSystem::SharedPtr<Object>L’objet à convertir.

ReturnValue

La valeur convertie.

Voir aussi