System.Convert.ToString Method

Converts the value of the specified Unicode character to its equivalent string representation, using the specified culture-specific formatting information.

Syntax

public static string ToString (char value, IFormatProvider provider)

Parameters

value
The Unicode character to convert.
provider
An object that supplies culture-specific formatting information.

Returns

The string representation of value.

Remarks

This implementation is identical to char.ToString.

Requirements

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