 | SphinxBooleanToString Method |
Converts the value of this instance to its equivalent string representation.
Namespace:
SphinxConnector.NativeApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic override string ToString()
Public Overrides Function ToString As String
Return Value
Type:
StringTrueString if the value of this instance is true, or
FalseString if
the value of this instance is false.
See Also