NumberFormatStyle

The different format styles that can be used to represent numbers. Used by the function getLocaleNumberFormat.

      
      enum NumberFormatStyle {
  Decimal
  Percent
  Currency
  Scientific
}
    

成员列表

成员说明
Decimal
Percent
Currency
Scientific