Bridge

Convert..::..ToChar Method (UInt16)

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

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

Syntax


[TemplateAttribute]
public static char ToChar(
	ushort value
)
<TemplateAttribute> _
Public Shared Function ToChar ( _
	value As UShort _
) As Char
[TemplateAttribute]
public:
static wchar_t^ ToChar(
	unsigned short^ value
)

Parameters

value
Type: System..::..UInt16