The default implementation of this method invokes stringForObjectValue:.
Original signature is '- (NSString *)editingStringForObjectValue:(id)anObject'
Available in Mac OS X v10.0 and later.


- anObject (Id)
- The object for which to return an editing string.

An NSString object that is used for editing the textual representation of anObject.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)