System::Runtime::Serialization::IFormatterConverter::ToInt16 metodo

IFormatterConverter::ToInt16 method

Converte un valore in un int16_t.

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

ReturnValue

Il valore convertito.

Vedi anche