System::Runtime::Serialization::IFormatterConverter::ToUInt16 Methode

IFormatterConverter::ToUInt16 method

Konvertiert einen Wert in einen uint16_t.

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

ReturnValue

Der konvertierte Wert.

Siehe auch