Click or drag to resize
BooleanToString Method (IFormatProvider)
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 string ToString(
	IFormatProvider provider
)

Parameters

provider
Type: SystemIFormatProvider
(Reserved) An IFormatProvider object.

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