LSParseEuroCurrency()

edit

use function LSParseCurrency() instead

Status:

deprecated

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