Metodo System::Runtime::Serialization::FormatterConverter::ToByte

FormatterConverter::ToByte method

Converte un valore in un uint8_t.

uint8_t System::Runtime::Serialization::FormatterConverter::ToByte(System::SharedPtr<Object> value) override
ParametroTipoDescrizione
valoreSystem::SharedPtr<Object>L’oggetto da convertire.

ReturnValue

Il valore convertito.

Vedi anche