| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Boolean StructureRepresents the primitive type Boolean.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Visibility | Name | Parameters | Return Type |
|---|---|---|---|
| public | CompareTo | ( Object obj ) | Int32 |
| public | CompareTo | ( Boolean value ) | Int32 |
| public | Equals | ( Object obj ) | Boolean |
| public | Equals | ( Boolean obj ) | Boolean |
| public | GetHashCode | ( ) | Int32 |
| public | GetTypeCode | ( ) | TypeCode |
| public static | Parse | ( String value ) | Boolean |
| public | ToString | ( IFormatProvider provider ) | String |
| public | ToString | ( ) | String |
| public static | TryParse | ( String value , Boolean& result ) | Boolean |
Instances of this type have values of either true or false.
This value type implements interfaces IConvertible and IComparable. Use the Convert class for conversions instead of this type's explicit interface member implementation of IConvertible.
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme