Click or drag to resize
SphinxBigIntToString Method
Converts the numeric 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
The string representation of the value of this instance, consisting of a negative sign if the value is negative, and a sequence of digits ranging from 0 to 9 with no leading zeroes.
See Also