System::Runtime::Serialization::IFormatterConverter::ToByte metodo

IFormatterConverter::ToByte method

Converte un valore in un uint8_t.

virtual uint8_t System::Runtime::Serialization::IFormatterConverter::ToByte(System::SharedPtr<Object> value)=0
ParametroTipoDescrizione
valoreSystem::SharedPtr<Object>L’oggetto da convertire.

ReturnValue

Il valore convertito.

Vedi anche