DecimalFormat.setGroupingSize

DecimalFormat.setGroupingSize

Class Overview | Class Members | This Package | All Packages

Syntax
public void setGroupingSize( int newValue )
Description
Set the grouping size. Grouping size is the number of digits between grouping separators in the integer portion of a number. For example, in the number "123,456.78", the grouping size is 3.

See Also
getGroupingSize, setGroupingUsed, setGroupingSeparator