Boolean

Description

The Boolean class represents  logical data type.

Properties of the Boolean class

  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.

Methods of the Boolean class

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

Properties of Variables of the Boolean Type

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

See also:

System Assembly Classes