Represents the constant that is the false string.
[Visual Basic] Public Shared ReadOnly FalseString As String [C#] public static readonly string FalseString; [C++] public: static readonly String* FalseString; [JScript] public static var FalseString : String;
The FalseString field is equal to the string representation of the Boolean class value that is false.