asp.net.ph

Boolean.ToString Method ( )

System Namespace   Boolean Class


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

[ VB ]
<Serializable>
Overrides Overloads Public Function ToString ( ) As String

[ C# ]
[Serializable]
public override string ToString ( );

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

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

Return Value

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

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