c-treeDB API for C# - Developers Guide
CTMoney.SetMoney
Syntax
void SetMoney(double value)
void SetMoney(int money)
void SetMoney(String str)
void SetMoney(CTMoney money)
Parameters
- value [in] The double value to be converted and assigned to the CTMoney object
- money [in] The CTMoney object or CTMONEY (int) to be assigned to the CTMoney object
- str [in] The String object to be assigned to the CTMoney object
Description
Initializes the CTMoney object.
Return
None.