Metodo System::Runtime::Serialization::FormatterConverter::ToSByte

FormatterConverter::ToSByte method

Converte un valore in un int8_t.

int8_t System::Runtime::Serialization::FormatterConverter::ToSByte(System::SharedPtr<Object> value) override
ParametroTipoDescrizione
valoreSystem::SharedPtr<Object>L’oggetto da convertire.

ReturnValue

Il valore convertito.

Vedi anche