LSParseEuroCurrency()

use function LSParseCurrency() instead

Status:

deprecated

LSParseEuroCurrency( number=string, locale=locale );

Returns: String

Argument Description
number
string, required

Locale-specific string

Alias: string, currency_number, currency

locale
locale, optional

Locale to use instead of the locale of the page when processing the function

Examples

<cfoutput>
	#LSParseEuroCurrency(4.5)#<br>
	#LSParseEuroCurrency("$4.50")#<br>
	#LSParseEuroCurrency("£4.50", "English (UK)")#
</cfoutput>

See also