Converts the value of the specified 16-bit signed integer to its equivalent Unicode character.
Namespace:
?
System
Assembly:
?
mscorlib (in mscorlib.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function ToChar ( _
value As Short _
) As Char |
JavaScript |
---|
System.Convert.toChar = function(value); |
Return Value
The Unicode character equivalent to the value of value.
Exceptions
See Also