The Boolean class represents logical data type.
| Property name | Brief description | |
| FalseString | The FalseString method returns logical False converted into string type. | |
| TrueString | The TrueString method returns logical True converted into string type. |
| Method name | Brief description | |
| Parse | The Parse method returns logical value obtained during conversion of a string value. |
| Property name | Brief description | |
| ToString | The ToString property returns the value of the variable converted to string type. |
See also: