Lucee Function Reference
lseurocurrencyformat()
This Function is deprecated
this function is just an alias for lsCurrencyFormat
Example
lseurocurrencyformat(object number,[string type,[locale locale,[boolean useBrackets]]]):string
Category
currency,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 |
one of the following: |
| locale | locale | No | Locale to use instead of the locale of the page when processing the function | |
| useBrackets | boolean | No | true | When a number is negative, by default, it is wrapped in brackets |