bpmext.number
Contains numeric processing convenience functions
Methods:

format(val, decimalPlaces, decimalSeparator, thousandsSeparator) Returns: {string}
Returns the original number formatted as a string based on the formatting parameters
NameTypeDefaultDescription
val{object}number to be formatted
decimalPlaces{object}number of decimal numbers in the formatted number
decimalSeparator{object}character to use to separate the integer and the decimal parts
thousandsSeparator{object}character to use for thousands separator