Boolean

Description

The Boolean class represents  Boolean data type.

Properties of the Boolean class

  Property name Brief description
The FalseString method returns logical False converted into string type.
The TrueString method returns logical True converted into string type.

Methods of the Boolean class

  Method name Brief description
The Parse method returns logical value obtained during conversion of a string value.

Properties of Variables of the Boolean Type

  Property name Brief description
The ToString property returns the value of the variable converted to string type.

See also:

System Assembly Classes