Método System::Runtime::Serialization::IFormatterConverter::ToInt16

IFormatterConverter::ToInt16 method

Convierte un valor a int16_t.

virtual int16_t System::Runtime::Serialization::IFormatterConverter::ToInt16(System::SharedPtr<Object> value)=0
ParámetroTipoDescripción
valueSystem::SharedPtr<Object>El objeto a convertir.

ReturnValue

El valor convertido.

Ver también