Retrieves the formatting index for positive values.
public int getPositivePosition()
Returns an integer value that represents the formatting index for positive values.
The formatting index returned by this method can be one of the following values:
Value | Description |
0 | Parentheses surround the amount and the monetary symbol. |
1 | The sign string precedes the amount and the monetary symbol. |
2 | The sign string succeeds the amount and the monetary symbol. |
3 | The sign string immediately precedes the monetary symbol. |
4 | The sign string immediately succeeds the monetary symbol. |
See Also TOPRIGHT