|
|
System.Boolean Structure |
|
|
Description | |
|
Boolean is a structure that is in either true or false state.
|
|
Methods | |
|
| CompareTo | Compares the current Boolean value to another |
| Equals | Determines if the current Boolean equals another |
| Parse | Converts a string representation of a Boolean into a Boolean value |
| ToString | Converts the value of this Boolean to its equivalent string representation. |
|
|
|
Fields | |
|
FalseString | | String | | The value 'false' |
TrueString | | String | | The value 'true' |
|
Microsoft MSDN links | |
|
|
|
|
|
|