Lucee Function Reference
lscurrencyformat()
Formats a number in a locale-specific currency format.
Example
lscurrencyformat(object number,[string type,[locale locale]]):string
Category
date,string,formatting
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
| Name | Type | Required | Default Value | Description |
|---|---|---|---|---|
| number | object | Yes | Currency value | |
| type | string | No | local | |
| locale | locale | No | Locale to use instead of the locale of the page when processing the function |