LSEuroCurrencyFormat()
this function is just an alias for LSCurrencyFormat()
Status:
LSEuroCurrencyFormat( number=object, type=string, locale=locale, useBrackets=boolean );
Returns: String
| Argument | Description | Default |
|---|---|---|
|
number
object,
required
|
edit
Currency value Alias: currency_number |
|
|
type
string,
optional
|
edit
one of the following:
|
local |
|
locale
locale,
optional
|
edit
Locale to use instead of the locale of the page when processing the function |
|
|
useBrackets
boolean,
optional
|
edit
When a number is negative, by default, it is wrapped in brackets Introduced: 6.2.3.19 |
true |
Examples
edit<cfoutput>#lSEuroCurrencyFormat(4.5)#</cfoutput>
See also
- Currency features
- Formatting
- Internationalization
- Strings
- LSCurrencyFormat()
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)