Click or drag to resize
ConvertToChar Method (UInt16)
Converts the value of the specified 16-bit unsigned integer to its equivalent Unicode character.

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

Parameters

value
Type: SystemUInt16
The 16-bit unsigned integer to convert.

Return Value

Type: Char
A Unicode character that is equivalent to value.
See Also