Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

Locale.setDecimalGrouping

Set the number of digits for each group of digits to the left of the decimal.

Syntax

public void setDecimalGrouping( String value )

Parameters

value

A String object describing how to group digits to the left of the decimal.

Remarks

This method requires an explicit size for each group; sizes are separated by semicolons. If the last value is zero, the preceding value is repeated. For example, to group thousands, specify "3;0". 

See Also   getDecimalGrouping