System.Convert.ToChar Method

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

Syntax

public static char ToChar (int value)

Parameters

value
The 32-bit signed integer to convert.

Returns

A Unicode character that is equivalent to value.

Exceptions

TypeReason
OverflowException value is greater than char.MaxValue or less than char.MinValue.

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