Mono Class Library: System.Boolean Overview | Members

System.Boolean.ToString Method

Converts the value of this instance to its equivalent String representation. [Edit]

public string ToString (IFormatProvider provider)

Parameters

provider
(Reserved) A IFormatProvider object. [Edit]

Returns

bool.TrueString if the value of this instance is true, or bool.FalseString if the value of this instance is false. [Edit]

Remarks

The provider parameter is reserved. It does not participate in the execution of this method. [Edit]

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0