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