• Parse a formatted currency value into a primitive number Intended for limited use. Consider creating a CurrencyFormatter object when formatting currency values in bulk.

    Parameters

    • value: string

      The formatted currency value to be parsed

    • currencyOptions: CurrencyOptions

      Options to apply to the formatter, including locale and currency ISO code

    Returns number

    A parsed, primitive number without formatting

Generated using TypeDoc