Representing the constant that is the empty Char value.
[Visual Basic] Public Const Empty As Char [C#] public const char Empty; [C++] public: const __wchar_t Empty; [JScript] public var Empty : Char;
The Empty character value is MinValue, which is 0x000.