Representing the constant that is the smallest possible Char value.
[Visual Basic] Public Const MinValue As Char [C#] public const char MinValue; [C++] public: const __wchar_t MinValue; [JScript] public var MinValue : Char;
The MinValue is the minimum character value of (char) 0.00.