Overview | Methods | This Package | All Packages
Retrieves sizes for each group of monetary digits to the left of the decimal.
Syntax
public String getCurrencyDecimalGrouping()
Return Value
Returns a String object that represents the description of monetary decimal grouping.
Remarks
Use this method to retrieve grouping information for currency within a specific local. An explicit size is needed for each group; sizes are separated by semicolons. If the last value is zero, the preceding value is repeated. For example, if values are grouped in thousands the return value of this method will be "3;0,".
See Also setCurrencyDecimalGrouping, getCurrencyDecimalSeparator, getDecimalGrouping