[Previous] [Up] [Next]

NSFormatter

Authors

Richard Frith-Macdonald

Version: 0.1

Date: 28 February, 2000

NSFormatter

NSFormatter

Declared in: Foundation/NSFormatter.h

Inherits from: NSObject

Conforms to: NSObject



attributedStringForObjectValue:withDefaultAttributes:

- (NSAttributedString*) attributedStringForObjectValue: (id)anObject withDefaultAttributes: (NSDictionary*)attributes

editingStringForObjectValue:

- (NSString*) editingStringForObjectValue: (id)anObject

getObjectValue:forString:errorDescription:

- (BOOL) getObjectValue: (id*)anObject forString: (NSString*)string errorDescription: (NSString**)error

isPartialStringValid:

- (BOOL) isPartialStringValid:

stringForObjectValue:

- (NSString*) stringForObjectValue: (id)anObject