Representing the constant that is the largest possible Char value.
[Visual Basic] Public Const MaxValue As Char [C#] public const char MaxValue; [C++] public: const __wchar_t MaxValue; [JScript] public var MaxValue : Char;
The MaxValue is the maximum character value of (char) 0xFFFF.