Mono Class Library: System.Char Overview | Members

System.Char.ToString Method

Converts the value of this instance to its equivalent String representation using the specified culture-specific format information. [Edit]

public string ToString (IFormatProvider provider)

Parameters

provider
(Reserved) An IFormatProvider interface implementation that supplies culture-specific formatting information. [Edit]

Returns

The string representation of the value of this instance as specified by provider. [Edit]

Remarks

provider is ignored; it does not participate in this operation. [Edit]

Requirements

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