Compartilhar via


Convert.ToChar Method

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

Namespace: System
Assembly: mscorlib (in mscorlib.dll)

Syntax

[CLSCompliantAttribute(false)]
public static char ToChar (
         UInt16 value
)

Parameters

  • value
    The 16-bit unsigned integer to convert.

Return Value

A Unicode character that is equivalent to value.

Version Information

Available in the .NET Micro Framework version 4.2.

See Also

Reference

Convert Class
Convert Members
System Namespace