Currency features
Functions
- DollarFormat()
Formats a string in U.S. format.
- LSCurrencyFormat()
Formats a number in a locale-specific currency format.
- LSEuroCurrencyFormat()
this function is just an alias for lsCurrencyFormat
- LSIsCurrency()
Determines whether a string is a valid representation of a currency amount in the current locale.
- LSParseCurrency()
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.
- LSParseEuroCurrency()
use function lsParseCurrency instead