System::Runtime::Serialization::IFormatterConverter::ToBoolean Methode

IFormatterConverter::ToBoolean method

Konvertiert einen Wert in einen bool.

virtual bool System::Runtime::Serialization::IFormatterConverter::ToBoolean(System::SharedPtr<Object> value)=0
ParameterTypBeschreibung
WertSystem::SharedPtr<Object>Das zu konvertierende Objekt.

ReturnValue

Der konvertierte Wert.

Siehe auch