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