LSParseEuroCurrency()
use function LSParseCurrency() instead
Status:
LSParseEuroCurrency( number=string, locale=locale );
Returns: String
| Argument | Description |
|---|---|
|
number
string,
required
|
edit
Locale-specific string Alias: string, currency_number, currency |
|
locale
locale,
optional
|
edit
Locale to use instead of the locale of the page when processing the function |
Examples
edit<cfoutput>
#LSParseEuroCurrency(4.5)#<br>
#LSParseEuroCurrency("$4.50")#<br>
#LSParseEuroCurrency("£4.50", "English (UK)")#
</cfoutput>
See also
- Currency features
- Internationalization
- Parsing
- Strings
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)