FORMAT_NUMBER
Given a number and a local, produce a correctly formatted number string
Declaration
FORMAT_NUMBER(number, format) -> formatted_string
FORMAT_NUMBER(number, format, locale) -> formatted_string
Parameters
Return Values
- formatted_string
- string -A string created by taking the number and applying the format and locale to it.