Converts a Decimal to a character.
[Visual Basic] Overridable Public Function ToChar() As Char [C#] public virtual char ToChar(); [C++] public: virtual __wchar_t ToChar(); [JScript] public function ToChar() : Char;
The Decimal value as a character.
The ToChar method returns a character.
This method implements IConvertible, which replaced IValue. This method is used to obtain the type code for a specified object. (See Convert and Value for more information about conversions; see the Type for more information about types.)