Data.DBXPlatform.TDBXPlatform.IsBoolean

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class function IsBoolean(const value: string): Boolean; static;

C++

static bool __fastcall IsBoolean(const System::UnicodeString value);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXPlatform

Beschreibung

Überprüft, ob ein Parameter eine gültige boolesche String-Repräsentation ist.

Die statische Methode IsBoolean überprüft, ob der von value angegebene Parameter eine gültige boolesche string-Repräsentation ist.

IsBoolean gibt True zurück, wenn value ein gültiger boolescher String ('True' oder 'False') ist, ansonsten False.

Siehe auch