Represents the constant that is a true string.
[Visual Basic] Public Shared ReadOnly TrueString As String [C#] public static readonly string TrueString; [C++] public: static readonly String* TrueString; [JScript] public static var TrueString : String;
The TrueString field is equal to the string representation of the Boolean class value that is true.
Boolean Structure | Boolean Members | System Namespace | String