Boolean.ToString Method
Converts the value of the current Boolean object to its equivalent string representation.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Syntax
public override string ToString ()
Return Value
TrueString if the value of this instance is true, or FalseString if the value of this instance is false.
Version Information
Available in .NET Micro Framework version 2.0, 2.5