Microsoft SDK for Java

Locale.getCurrencyPositivePosition

Determines the position of the monetary symbol used for a positive monetary value.

Syntax

public int getCurrencyPositivePosition()

Return Value

Returns an integer value that represents the position of the monetary symbol for a positive monetary value. A value of 1 denotes that the symbol precedes the monetary value while a 0 value denotes that the monetary symbol follows the monetary value.

Remarks

Use this method to ensure that positive monetary values are correctly specified for the current locale.

See Also   getCurrencyNegativePosition, getCurrencyPositiveSeparation, getCurrencyNegativeSeparation

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