System::Runtime::Serialization::IFormatterConverter::ToBoolean metodo

IFormatterConverter::ToBoolean method

Converte un valore in un bool.

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

ReturnValue

Il valore convertito.

Vedi anche