System::Runtime::Serialization::IFormatterConverter::ToUInt64 Methode

IFormatterConverter::ToUInt64 method

Konvertiert einen Wert in einen uint64_t.

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

ReturnValue

Der konvertierte Wert.

Siehe auch