Carrot reference
Functions
formatNumber()
converts a given value of type number into a string syntax formatnumber(number\[, format]\[, locale]) number the number value to be converted to a string format locale return type docid\ ujw2aqaktel5uuklup73s sample usage formatnumber(20) returns 20 as a string supported data types input type return type logic docid\ uci5tctfvbhonej6zqijg docid\ ujw2aqaktel5uuklup73s if a number value is passed, it's value will returned as a string unsupported data types docid\ n9trvqonnbknql9drnbp6 unsupported data types return null
