Determines the position of the monetary symbol used for a positive monetary value.
public int getCurrencyPositivePosition()
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.
Use this method to ensure that positive monetary values are correctly specified for the current locale.
See Also getCurrencyNegativePosition, getCurrencyPositiveSeparation, getCurrencyNegativeSeparation