System::Runtime::Serialization::FormatterConverter::ToInt64 Methode

FormatterConverter::ToInt64 method

Konvertiert einen Wert in ein int64_t.

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

ReturnValue

Der konvertierte Wert.

Siehe auch