Sets the size for each group of monetary digits to the left of the decimal.
public void setCurrencyDecimalGrouping( String value )
value
A String object that defines the monetary 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. To group thousands, for example, specify "3;0".
See Also getCurrencyDecimalGrouping