lsParseEuroCurrency

Formats a locale-specific currency string as a number. Attempts conversion through each of the default currency formats (none, local, international). Ensures correct handling of euro currency for Euro zone countries.

lsParseEuroCurrency(currency_string) → returns numeric

Discouraged: Use LSParseCurrency instead

Argument Reference

currency_string string
Required

Examples
Sample code invoking the lsParseEuroCurrency function


Fork me on GitHub