internal sealed class CurrencyFormatOptions| CurrencyFormatOptions | Initializes a new instance of the CurrencyFormatOptions class |
| Currency | The currency code to use. |
| CurrencySign | The currency sign to use. |
| MaximumFractionDigits | Maximum number of digits to show in the integer part of the number. |
| MinimumFractionDigits | Minimum number of digits to show in the fraction part of the number. |
| MinimumIntegerDigits | Minimum number of digits to show in the integer part of the number. |
| Style | Number style to apply. (note: this is not the same as a CSS style!) |