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

IFormatterConverter::ToBoolean method

Convierte un valor a bool.

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

ReturnValue

El valor convertido.

Ver también