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

IFormatterConverter::ToSByte method

Convierte un valor a un int8_t.

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

ReturnValue

El valor convertido.

Ver también