Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

Locale.getDecimalGrouping

Retrieves sizes for each group of digits to the left of the decimal.

Syntax

public String getDecimalGrouping()

Return Value

Returns a String object that represents the description of decimal grouping.

Remarks

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 getDecimalGrouping will be "3;0".

See Also   setDecimalGrouping, getDecimalSeparator