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.
lsParseCurrency(String)
returns string
Name | Type | Required | Default | Description |
---|---|---|---|---|
String | string | Yes |
LSParseCurrency converts a locale-specific currency string to a number.
lsParseCurrency("$120.50")