Mono Class Library: Overview

System.Boolean: Members

The members of System.Boolean are listed below.

See Also: Inherited members from System.ValueType

Public Fields

static readonly
FalseStringstring (False). Contains a string representation of the logical value false.
static readonly
TrueStringstring (True). Contains a string representation of the logical value true.

Public Methods

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.
override
Equals(object) : bool
Determines whether the current instance and the specified object represent the same type and value.
override
GetHashCode() : int
Generates a hash code for the current instance.
GetTypeCode() : TypeCode
Returns the TypeCode of the Boolean
static
Parse(string) : bool
Returns the specified string converted to a bool value.
override
ToString() : 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.
static
TryParse(string, out bool) : bool
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

IConvertible.ToBooleanDocumentation for this section has not yet been entered.
IConvertible.ToByteDocumentation for this section has not yet been entered.
IConvertible.ToCharDocumentation for this section has not yet been entered.
IConvertible.ToDateTimeDocumentation for this section has not yet been entered.
IConvertible.ToDecimalDocumentation for this section has not yet been entered.
IConvertible.ToDoubleDocumentation for this section has not yet been entered.
IConvertible.ToInt16Documentation for this section has not yet been entered.
IConvertible.ToInt32Documentation for this section has not yet been entered.
IConvertible.ToInt64Documentation for this section has not yet been entered.
IConvertible.ToSByteDocumentation for this section has not yet been entered.
IConvertible.ToSingleDocumentation for this section has not yet been entered.
IConvertible.ToTypeDocumentation for this section has not yet been entered.
IConvertible.ToUInt16Documentation for this section has not yet been entered.
IConvertible.ToUInt32Documentation for this section has not yet been entered.
IConvertible.ToUInt64Documentation for this section has not yet been entered.