Boolean::ToString Method (IFormatProvider)
Converts the value of this instance to its equivalent string representation (either "True" or "False").
Assembly: mscorlib (in mscorlib.dll)
Parameters
- provider
- Type: System::IFormatProvider
(Reserved) An IFormatProvider object.
Return Value
Type: System::StringTrueString if the value of this instance is true, or FalseString if the value of this instance is false.
Implements
IConvertible::ToString(IFormatProvider)The provider parameter is reserved. It does not participate in the execution of this method. This means that the Boolean::ToString(IFormatProvider) method, unlike most methods with a provider parameter, does not reflect culture-specific settings.
This method returns the constants "True" or "False". Note that XML is case-sensitive, and that the XML specification recognizes "true" and "false" as the valid set of Boolean values. If the String object returned by the ToString(IFormatProvider) method is to be written to an XML file, its String::ToLower method should be called first to convert it to lowercase.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.