Lucee Function Reference

lseurocurrencyformat()

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

Beispiel

lseurocurrencyformat(object number,[string type,[locale locale]]):string

Kategorie

currency,string,formatting

Argumente

Die Argumente für diese Funktion sind fest vorgegeben. Ausser den nachfolgenden Argumenten dürfen keine weiteren verwendet werden.
Name Typ Required Default Value Beschreibung
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