System::Runtime::Serialization::FormatterConverter::ToSByte Methode

FormatterConverter::ToSByte method

Konvertiert einen Wert in einen int8_t.

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

ReturnValue

Der konvertierte Wert.

Siehe auch