Represents the constant that is the Empty string.
[Visual Basic] Public Const Empty As Boolean [C#] public const bool Empty; [C++] public: const bool Empty; [JScript] public var Empty : Boolean;
Empty is the constant equal to the string representation of the Boolean class value that is false. False is the default empty value.