Converts the value of this instance to its equivalent string representation (either "True" or "False").
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public override string ToString()
Return Value
Type:
StringTrueString if the value of this instance is true, or
FalseString if the value of this instance is false.
See Also