ctdbMoneyToNumber
Convert a CTMONEY value to a CTNUMBER.
Declaration
CTDBRET ctdbMoneyToNumber(CTMONEY money, pCTNUMBER pNumber)
Description
ctdbMoneyToNumber() converts a CTMONEY value to a CTNUMBER. Use ctdbNumberToMoney() to convert from a CTNUMBER to CTMONEY.
Returns
ctdbMoneyToNumber() returns CTDBRET_OK on success, or c-treeDB API error on failure.
The possible error associated with ctdbMoneyToLong() is:
See also
ctdbNumberToMoney()