[Previous]
[Up]
[Next]
NSNumberFormatter
Authors
- Richard Frith-Macdonald
-
Version: 0.1
Date: 28 February, 2000
Declared in: Foundation/NSNumberFormatter.h
Inherits from: NSFormatter
Conforms to: NSObject
- (BOOL) allowsFloats
- (NSAttributedString*) attributedStringForNil
- (NSAttributedString*) attributedStringForNotANumber
- (NSAttributedString*) attributedStringForZero
- (NSString*) decimalSeparator
- (NSString*) format
- (BOOL) hasThousandSeparators
- (BOOL) localizesFormat
- (NSDecimalNumber*) maximum
- (NSDecimalNumber*) minimum
- (NSString*) negativeFormat
- (NSString*) positiveFormat
- (NSDecimalNumberHandler*) roundingBehavior
- (void) setAllowsFloats: (BOOL)flag
- (void) setAttributedStringForNil: (NSAttributedString*)newAttributedString
- (void) setAttributedStringForNotANumber: (NSAttributedString*)newAttributedString
- (void) setAttributedStringForZero: (NSAttributedString*)newAttributedString
- (void) setDecimalSeparator: (NSString*)newSeparator
- (void) setFormat: (NSString*)aFormat
- (void) setHasThousandSeparators: (BOOL)flag
- (void) setLocalizesFormat: (BOOL)flag
- (void) setMaximum: (NSDecimalNumber*)aMaximum
- (void) setMinimum: (NSDecimalNumber*)aMinimum
- (void) setNegativeFormat: (NSString*)aFormat
- (void) setPositiveFormat: (NSString*)aFormat
- (void) setRoundingBehavior: (NSDecimalNumberHandler*)newRoundingBehavior
- (void) setTextAttributesForNegativeValues: (NSDictionary*)newAttributes
- (void) setTextAttributesForPositiveValues: (NSDictionary*)newAttributes
- (void) setThousandSeparator: (NSString*)newSeparator
- (NSDictionary*) textAttributesForNegativeValues
- (NSDictionary*) textAttributesForPositiveValues
- (NSString*) thousandSeparator