Lucee Function Reference
Function LSCURRENCYFORMAT
Formats a number in a locale-specific currency format.
Example
lscurrencyformat(object number,[string type,[string locale]]):string
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 | string | No | Locale to use instead of the locale of the page when processing the function |