Overview
This function formats a number according to a given style.
Parameters
formatNumber(number)
Variable
The number to format.
For example...
formatNumber(1234.56)
Returns "1,234.56" (formatted with commas and proper decimal places).
An expression editor function that formats a number for display.
This function formats a number according to a given style.
formatNumber(number)
The number to format.
For example...
formatNumber(1234.56)
Returns "1,234.56" (formatted with commas and proper decimal places).