groupings

Type: String[80]

The groupings property of the NumberFormat class contains the size for each group of digits to the left of the decimal. An explicit size is specified for each group, separated by semicolons.

If the last value is zero (0), the preceding value is repeated; for example, to group numbers by three digits, 3;0 is specified.