Microsoft SDK for Java

Locale.getCurrencyNegativePosition

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

Syntax

public boolean getCurrencyNegativePosition()

Return Value

Returns true if the negative monetary symbol precedes the monetary value. A false value denotes that the negative monetary symbol follows the monetary value.

Remarks

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

See Also   getCurrencyNegativeSeparation, getCurrencyPositivePosition, getCurrencyPositiveSeparation

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