Microsoft SDK for Java

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

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