Click or drag to resize
ConvertToChar Method (Char)
Returns the specified Unicode character value; no actual conversion is performed.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public static char ToChar(
	char value
)

Parameters

value
Type: SystemChar
The Unicode character to return.

Return Value

Type: Char
value is returned unchanged.
See Also