LOCALE_INEGATIVEPERCENT
Windows 7 and later: Negative percentage formatting pattern for the locale. Only one pattern can be indicated. If more than one format is used for the locale, choose the preferred option. For example, if a negative percentage is displayed "-9 %" for "negative nine percent", the appropriate choice for this constant is 0.
Value | Format |
---|---|
0 | Negative sign, number, space, percent; for example, -# % |
1 | Negative sign, number, percent; for example, -#% |
2 | Negative sign, percent, number; for example, -%# |
3 | Percent, negative sign, number; for example, %-# |
4 | Percent, number, negative sign; for example, %#- |
5 | Number, negative sign, percent; for example, #-% |
6 | Number, percent, negative sign; for example, #%- |
7 | Negative sign, percent, space, number; for example, -% # |
8 | Number, space, percent, negative sign; for example, # %- |
9 | Percent, space, number, negative sign; for example, % #- |
10 | Percent, space, negative sign, number; for example, % -# |
11 | Number, negative sign, space, percent; for example, #- % |