Bridge

Boolean..::..ToString Method

Converts the value of this instance to its equivalent string representation (either "True" or "False").

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public string ToString()
<TemplateAttribute> _
Public Function ToString As String
[TemplateAttribute]
public:
String^ ToString()

Return Value

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