LOCALE_IPOS* Constants
This topic defines the LOCALE_IPOS* constants used by NLS.
Value | Meaning |
---|---|
LOCALE_IPOSSEPBYSPACE | Separation of monetary symbol in a positive monetary value. This value is 1 if the monetary symbol is separated by a space from a positive amount, 0 if it is not. |
LOCALE_IPOSSIGNPOSN | Formatting index for positive values. The index uses the same values as LOCALE_INEGSIGNPOSN, except that it does not use the zero index. |
LOCALE_IPOSSYMPRECEDES | Position of the monetary symbol in a positive monetary value. This value is 1 if the monetary symbol precedes the positive amount, or 0 if the symbol follows the amount. |