Mono Class Library: System.Boolean Overview | Members

System.Boolean.ToString Method

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

public string ToString (IFormatProvider provider)

Parameters

provider
(Reserved) A IFormatProvider object.

Returns

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

Remarks

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

Requirements

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