System::Runtime::Serialization::IFormatterConverter::ToUInt16 metodo

IFormatterConverter::ToUInt16 method

Converte un valore in un uint16_t.

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

ReturnValue

Il valore convertito.

Vedi anche