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


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

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