Converts an Int16 to a character.
[Visual Basic] Overloads Public Shared Function ToChar( _ ByVal value As Short _ ) As Char [C#] public static char ToChar( short value ); [C++] public: static __wchar_t ToChar( short value ); [JScript] public static function ToChar( value : Int16 ) : Char;
value as a character.
Exception Type | Condition |
---|---|
OverflowException | if value is less than Char.MinValue. |
Convert Class | Convert Members | System Namespace | Convert.ToChar Overload List