Bool
| Class Name | Description | 
|---|---|
| Bool.And | Calculate the Bool value by And. | 
| Bool.Equals | Returns true if the Bool are the same. | 
| Bool.Not | Calculate the Bool value by Not. | 
| Bool.NotEquals | Returns true if the Bool are not the same. | 
| Bool.Or | Calculate the Bool value by Or. | 
| Bool.Parse | Returns an Bool converted from a string. | 
| Bool.ToString | Returns a formatted string of Bool. | 
| Bool.TryParse | Returns an Bool converted from a string. It also returns whether the conversion was successful. |