Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

Locale.getPositiveCurrencyMode

Retrieves the positive currency mode.

Syntax

public int getPositiveCurrencyMode()

Return Value

Returns an integer that represents the positive currency mode.

Remarks

The return value of the getPositiveCurrencyMode method can be one of the following values:

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

See Also   Locale.PositiveCurrencyMode, setPositiveCurrencyMode, getNegativeCurrencyMode, setNegativeCurrencyMode