NumberFormatOptions
Interface that provides various options to specify how date formatting is handled.
Properties
altSymbol String
Specifies the alternate currency symbol other than the default defined in the current culture.
currency String
Specifies the currency code to be used for formatting.
format String
Specifies the custom number formatting.
maximumFractionDigits Number
Specifies the maximum fraction digits allowed in the formatted value.
minimumFractionDigits Number
Specifies the minimum fraction digits allowed in the formatted value.
minimumIntegerDigits Number
Specifies the minimum number of integers allowed in the formatted value.
minimumSignificantDigits Number
Specifies the minimum significant digits allowed in the formatted value.
useGrouping Boolean
Specifies whether to use grouping or not in the formatted value.
skeleton String
Specifies the skeleton formatting for the number.