System::Runtime::Serialization::FormatterConverter::ToByte Methode

FormatterConverter::ToByte method

Konvertiert einen Wert in einen uint8_t.

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

ReturnValue

Der konvertierte Wert.

Siehe auch