System::Runtime::Serialization::IFormatterConverter::ToSByte Methode

IFormatterConverter::ToSByte method

Konvertiert einen Wert in einen int8_t.

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

ReturnValue

Der konvertierte Wert.

Siehe auch