Retrieves sizes for each group of digits to the left of the decimal.
public String getDecimalGrouping()
Returns a String object that represents the description of decimal grouping.
An explicit size is needed for each group; sizes are separated by semicolons. If the last value is zero, the preceding value is repeated. For example, if values are grouped in thousands the return value of getDecimalGrouping will be "3;0".
See Also setDecimalGrouping, getDecimalSeparator