Locale.setPositiveCurrencyMode

Overview | Methods | This Package | All Packages

Locale.setPositiveCurrencyMode

Sets the format used to display positive currency values.

Syntax

public void setPositiveCurrencyMode( int value )

Parameters

value

An integer value representing one of the positive currency modes.

Remarks

This method takes a positive currency mode from the following table:

Value Description
0 Prefix, no separation
1 Suffix, no separation
2 Prefix, 1-character separation
3 Suffix, 1-character separation>

See Also   Locale.PositiveCurrencyMode, getPositiveCurrencyMode