Mono Class Library: OverviewSystem.Boolean: Members |
The members of System.Boolean are listed below.
See Also: Inherited members from System.ValueType
static readonlyFalseString string (False). Contains a string representation of the logical value false. static readonlyTrueString string (True). Contains a string representation of the logical value true.
CompareTo(bool) : int Returns the sort order of the current instance compared to the specified bool .CompareTo(object) : int Returns the sort order of the current instance compared to the specified object .Equals(bool) : bool Determines whether the current instance and the specified bool represent the same value. overrideEquals(object) : bool Determines whether the current instance and the specified object represent the same type and value. overrideGetHashCode() : int Generates a hash code for the current instance.GetTypeCode() : TypeCode Returns the TypeCode of the Boolean staticParse(string) : bool Returns the specified string converted to a bool value. overrideToString() : string Returns a string representation of the value of the current instance.ToString(IFormatProvider) : string Converts the value of this instance to its equivalent String representation. staticTryParse(string, out bool) : bool Documentation for this section has not yet been entered.
IConvertible.ToBoolean Documentation for this section has not yet been entered. IConvertible.ToByte Documentation for this section has not yet been entered. IConvertible.ToChar Documentation for this section has not yet been entered. IConvertible.ToDateTime Documentation for this section has not yet been entered. IConvertible.ToDecimal Documentation for this section has not yet been entered. IConvertible.ToDouble Documentation for this section has not yet been entered. IConvertible.ToInt16 Documentation for this section has not yet been entered. IConvertible.ToInt32 Documentation for this section has not yet been entered. IConvertible.ToInt64 Documentation for this section has not yet been entered. IConvertible.ToSByte Documentation for this section has not yet been entered. IConvertible.ToSingle Documentation for this section has not yet been entered. IConvertible.ToType Documentation for this section has not yet been entered. IConvertible.ToUInt16 Documentation for this section has not yet been entered. IConvertible.ToUInt32 Documentation for this section has not yet been entered. IConvertible.ToUInt64 Documentation for this section has not yet been entered.