System::Runtime::Serialization::FormatterConverter::ToBoolean metodo

FormatterConverter::ToBoolean method

Converte un valore in un bool.

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

ReturnValue

Il valore convertito.

Vedi anche