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

IFormatterConverter::ToSByte method

Convierte un valor a int8_t.

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

ReturnValue

El valor convertido.

Ver también