NumberFormat.isGroupingUsed

NumberFormat.isGroupingUsed

Class Overview | Class Members | This Package | All Packages

Syntax
public boolean isGroupingUsed()
Description
Returns true if grouping is used in this format. For example, in the English locale, with grouping on, the number 1234567 might be formatted as "1,234,567". The grouping separator as well as the size of each group is locale dependant and is determined by sub-classes of NumberFormat.

See Also
setGroupingUsed