System.Convert.ToChar Method

Converts the value of the specified 32-bit unsigned integer to its equivalent Unicode character.

Syntax

[System.CLSCompliant(false)]
public static char ToChar (uint value)

Parameters

value
The 32-bit unsigned integer to convert.

Returns

A Unicode character that is equivalent to value.

Exceptions

TypeReason
OverflowException value is greater than char.MaxValue.

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