System::Runtime::Serialization::FormatterConverter::ToInt16-Methode

FormatterConverter::ToInt16 method

Konvertiert einen Wert in einen int16_t.

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

ReturnValue

Der konvertierte Wert.

Siehe auch