Click or drag to resize
SphinxBooleanToString Method
Converts the value of this instance to its equivalent string representation.

Namespace: SphinxConnector.NativeApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public override string ToString()

Return Value

Type: String
TrueString if the value of this instance is true, or FalseString if the value of this instance is false.
See Also