System.Char.ToString Method

Converts the specified Unicode character to its equivalent string representation.

Syntax

public static string ToString (char c)

Parameters

c
The Unicode character to convert.

Returns

The string representation of the value of c.

Remarks

Documentation for this section has not yet been entered.

Requirements

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