System::Runtime::Serialization::IFormatterConverter::ToByte Methode

IFormatterConverter::ToByte method

Konvertiert einen Wert in einen uint8_t.

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

ReturnValue

Der konvertierte Wert.

Siehe auch