 | SphinxIntegerToString Method |
Converts the numeric 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:
String
The string representation of the value of this instance, consisting of a sequence of digits ranging from 0 to 9, without a sign or leading zeroes.
See Also