System::Runtime::Serialization::IFormatterConverter::ToUInt32 Methode

IFormatterConverter::ToUInt32 method

Konvertiert einen Wert in einen uint32_t.

virtual uint32_t System::Runtime::Serialization::IFormatterConverter::ToUInt32(System::SharedPtr<Object> value)=0
ParameterTypBeschreibung
WertSystem::SharedPtr<Object>Das zu konvertierende Objekt.

ReturnValue

Der konvertierte Wert.

Siehe auch