| TNegativeFormatType Type | 
Unit
QESBPCSGlobals2
Declaration
TNegativeFormatType = (nftBrackets, nftFront, nftBack, nftFrontAfter,
          nftBackBefore);Description
Used together with ESBCurrencyFormatType.
| Values | 
| nftBrackets | Negative values are represented by the currency (value & symbol if present) being enclosed in parentheses '(' ')'. | 
| nftFront | 'Minus Sign' appears at the front, as first character. | 
| nftBack | 'Minus Sign' appears at the back, as last character. | 
| nftFrontAfter | 'Minus Sign' appears at the front but after the Currency Symbol. | 
| nftBackBefore | 'Minus Sign' appears at the back, but before the Currency Symbol. | 
|  |