Lucee Function Reference
Function LSEUROCURRENCYFORMAT
This Function is deprecated
this funciton is just a alias for lsCurrencyFormat
Example
lseurocurrencyformat(object currency_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 |
---|---|---|---|---|
currency_number | object | Yes | Currency value | |
type | string | No | local |
one of the following: - local (the currency format used in the locale. (default) ) - international (the international standard currency format of the locale) - none (the currency format used in the locale; no currency symbol) |
locale | string | No | Locale to use instead of the locale of the page when processing the function |