ctdbStringToMoney
Convert a string value to a CTMONEY type value.
Declaration
CTDBRET ctdbStringToMoney(pTEXT pStr, pCTMONEY pMoney)
Description
ctdbStringToMoney() converts from a string to CTMONEY. Use ctdbMoneyToString() to converts a CTMONEY value to a string.
Returns
ctdbStringToMoney() returns CTDBRET_OK on success, or c-treeDB API C API error on failure.
The possible errors associated with ctdbStringToMoney() are:
See also
ctdbMoneyToString()