Lucee Function Reference

lseurocurrencyformat()

This Function is deprecated
this function is just an alias for lsCurrencyFormat

Example

lseurocurrencyformat(object number,[string type,[locale locale]]):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:
- 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 locale  No   Locale to use instead of the locale of the page when processing the function