Locale.getCurrencyNegativeSeparation

Overview | Methods | This Package | All Packages

Locale.getCurrencyNegativeSeparation

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

Syntax

public boolean getCurrencyNegativeSeparation()

Return Value

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

Remarks

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

See Also   getCurrencyNegativePosition, getCurrencyPositivePosition, getCurrencyPositiveSeparation