Microsoft SDK for Java

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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.