BooleanToString Method (IFormatProvider) |
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 string ToString(
IFormatProvider provider
)
Parameters
- provider
- Type: SystemIFormatProvider
(Reserved) An IFormatProvider object.
Return Value
Type:
StringTrueString if the value of this instance is true, or
FalseString if the value of this instance is false.
See Also