[Previous] [Up] [Next]

NSFormatter

Authors

Richard Frith-Macdonald

Version: $Revision$

Date: $Date$

NSFormatter

NSFormatter

Declared in: Foundation/NSFormatter.h

Inherits from: NSObject

Conforms to: NSObject


Instance Variables

Methods


Instances Methods

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;