DecimalFormat.getGroupingSize
Class Overview | Class Members | 
  This Package | 
All Packages
 public int getGroupingSize()
Description
 Return 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
     setGroupingSize, isGroupingUsed, getGroupingSeparator