asp.net.ph

Boolean.ToString Method ( IFormatProvider )

System Namespace   Boolean Class


Converts the value of this instance to its equivalent string representation.

[ VB ]
<Serializable>
NotOverridable Overloads Public Function ToString ( _
   ByVal provider As IFormatProvider _
) As String

[ C# ]
[Serializable]
public string ToString (
   IFormatProvider provider
);

[ C++ ]
[Serializable]
public: __sealed String* ToString (
   IFormatProvider* provider
);

[JScript ]
public Serializable
function ToString (
   provider : IFormatProvider
) : String;

Parameters

provider
( Reserved ) An IFormatProvider object.

Return Value

TrueString if the value of this instance is true, or FalseString if the value of this instance is false.

Remarks

The provider parameter is reserved. It does not participate in the execution of this method.

See Also

Boolean Members   Boolean.ToString Overload List Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph