You format monetary values using a combination of the pSepBySpace, pSignPosn, pCsPrecedes, nSepBySpace, nSignPosn, and nCsPrecedes values. The first three values are used when formatting positive values, and the last three when formatting negative values. Together these variables control the relative positions of the currency symbol and sign indicator. Instances of the LCMonetary class are used to hold these parameters for a particular locale.The pCsPrecedes value indicates the relative position of the currency symbol in formatted monetary qualities.The SepBySpace value indicates if the currency symbol is separated from the monetary quantity by a space in formatted monetary quantities.The pSignPosn value specifies the relative position of the positive sign string formatted monetary quantities.
|