System::Runtime::Serialization::FormatterConverter::ToUInt32-Methode

FormatterConverter::ToUInt32 method

Konvertiert einen Wert in einen uint32_t.

uint32_t System::Runtime::Serialization::FormatterConverter::ToUInt32(System::SharedPtr<Object> value) override
ParameterTypBeschreibung
WertSystem::SharedPtr<Object>Das zu konvertierende Objekt.

ReturnValue

Der konvertierte Wert.

Siehe auch