Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

Locale.setCurrencyDecimalGrouping

Sets the size for each group of monetary digits to the left of the decimal.

Syntax

public void setCurrencyDecimalGrouping( String value )

Parameters

value

A String object that defines the monetary 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. To group thousands, for example, specify "3;0".

See Also   getCurrencyDecimalGrouping