Convert..::..ToChar Method (Int16)
Converts the value of the specified 16-bit signed integer to its equivalent Unicode character.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static char ToChar( short value )
<TemplateAttribute> _ Public Shared Function ToChar ( _ value As Short _ ) As Char
[TemplateAttribute] public: static wchar_t^ ToChar( short^ value )
Parameters
- value
- Type: System..::..Int16