System::Runtime::Serialization::FormatterConverter::ToBoolean-Methode

FormatterConverter::ToBoolean method

Konvertiert einen Wert in einen bool.

bool System::Runtime::Serialization::FormatterConverter::ToBoolean(System::SharedPtr<Object> value) override
ParameterTypBeschreibung
WertSystem::SharedPtr<Object>Das zu konvertierende Objekt.

ReturnValue

Der konvertierte Wert.

Siehe auch