Converts this instance of Boolean to a String.
[Visual Basic] Overloads Overrides Public Function ToString() As String [C#] public override string ToString(); [C++] public: override String* ToString(); [JScript] public override function ToString() : String;
The value of this instance is returned, either FalseString or TrueString.
The ToString method converts the Boolean value of this instance to a string and returns the Boolean value of this instance. ToString will override ToString.
Boolean Structure | Boolean Members | System Namespace | Boolean.ToString Overload List | String