ctdbBigIntToString
Convert a big integer value to a string.
Declaration
CTDBRET ctdbBigIntToString(CTBIGINT value, pTEXT pStr, NINT size)
Description
ctdbBigIntToString() converts a big integer value to a string. A big integer is an 8 bytes integer value. Use ctdbStringToBigInt() to convert from a string to a big integer.
Returns
ctdbBigIntToString() returns CTDBRET_OK on success, or c-treeDB API error on failure.
The possible error associated with ctdbBigIntToString() is:
See also
ctdbStringToBigInt()