Converts a locale-specific currency string into a formatted
number. Attempts conversion by comparing the string with each
the three supported currency formats (none, local,
international) and using the first that matches.
Lucee Function Reference
lsparsecurrency()
Beispiel
lsparsecurrency(string string,[locale locale]):string
Kategorie
currency,string,parsing
Argumente
Die Argumente für diese Funktion sind fest vorgegeben. Ausser den nachfolgenden Argumenten dürfen keine weiteren verwendet werden.
Name | Typ | Required | Beschreibung |
---|---|---|---|
string | string | Yes | A locale-specific string |
locale | locale | No | Locale to use instead of the locale of the page when processing the function |