System::Runtime::Serialization::IFormatterConverter::ToInt64 Methode

IFormatterConverter::ToInt64 method

Konvertiert einen Wert in einen int64_t.

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

ReturnValue

Der konvertierte Wert.

Siehe auch