Carrot reference
Functions
money()
converts a given value to datatype money , including currency conversion syntax money(value\[, currency]) value the value to be evaluated by the function currency (optional) the currency type of the returned money value return type money docid ks5d2xbfor9d8wfrivny sample usage money(10) returns $10 if usd is the primary currency supported data types input type return type logic number docid\ uci5tctfvbhonej6zqijg money docid ks5d2xbfor9d8wfrivny if a number value is passed, the amount will be returned as a money value with the specified currency type (default org currency ) money docid ks5d2xbfor9d8wfrivny money docid ks5d2xbfor9d8wfrivny if a money value is passed, the amount will be converted to the specified currency value if it is different from the original currency type unsupported data types null docid\ n9trvqonnbknql9drnbp6 unsupported data types return null