Microsoft SDK for Java

Locale.getCurrencyPositiveSeparation

Determines if a space is provided between the positive monetary symbol and its monetary value.

Syntax

public boolean getCurrencyPositiveSeparation()

Return Value

Returns true if the monetary symbol is separated by a space from the positive monetary value; otherwise, returns false if no space is provided.

Remarks

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

See Also   getCurrencyPositivePosition, getCurrencyNegativeSeparation, getCurrencyNegativePosition

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