Convert..::..ToChar Method (UInt16)
Converts the value of the specified 16-bit unsigned integer to its equivalent Unicode character.
Namespace:
SystemAssembly: 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