Change NSNumberFormatter's negative format from (xxx.xx) to -xxx.xx
问题 I want to change my NSNumberformatter from displaying negative numbers with parenthesis around them to putting the minus sign in front (or whatever the localized standard is). I would assume I could do this with setNegativeFormat: but reading Apple's oh so thorough docs I am left scratching my head: setNegativeFormat: Sets the format the receiver uses to display negative values. - (void)setNegativeFormat:(NSString *)aFormat Parameters aFormat A string that specifies the format for negative