LSNumberFormat()
Formats a number to the given format mask in the current locale
LSNumberFormat( number=any, mask=string, locale=locale );
Returns: String
| Argument | Description |
|---|---|
|
number
any,
required
|
edit
Number to format |
|
mask
string,
optional
|
edit
Mask that has to be used for formatting number: dollar sign, comma, and dot are mapped to their locale-specific equivalents.
|
|
locale
locale,
optional
|
edit
Locale to use instead of the locale of the page when processing the function |
Examples
editThere are currently no examples for this function.
See also
- Numbers
- Strings
- Formatting
- Internationalization
- NumberFormat()
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)