Set the number of digits for each group of digits to the left of the decimal.
public void setDecimalGrouping( String value )
value
A String object describing how to group digits to the left of the decimal.
This method requires an explicit size for each group; sizes are separated by semicolons. If the last value is zero, the preceding value is repeated. For example, to group thousands, specify "3;0".
See Also getDecimalGrouping