Click or drag to resize
BooleanToString Method
Converts the value of this instance to its equivalent string representation (either "True" or "False").

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public override string ToString()

Return Value

Type: String
TrueString if the value of this instance is true, or FalseString if the value of this instance is false.
See Also