Data.DBXPlatform.TDBXPlatform.IsBoolean

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Unit: Data.DBXPlatform
Parent: TDBXPlatform

Delphi

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

C++

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

Description

Verifies whether a parameter is a valid Boolean string representation.

The IsBoolean static method verifies whether the parameter given by value represents a valid Boolean string representation.

IsBoolean returns True if value is a valid Boolean string ('True' or 'False'), False otherwise.

See Also