System::Runtime::Serialization::IFormatterConverter::ToSByte metodo

IFormatterConverter::ToSByte method

Converte un valore in un int8_t.

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

ReturnValue

Il valore convertito.

Vedi anche