NumberFormatStyle
enum
deprecated
Format styles that can be used to represent numbers.
Deprecation warning
API
enum NumberFormatStyle { Decimal: NumberFormatStyle.Decimal; Percent: NumberFormatStyle.Percent; Currency: NumberFormatStyle.Currency; Scientific: NumberFormatStyle.Scientific;}
Decimal
Percent
Currency
Scientific
Jump to details