Returns the string associated with the specified key.
Original signature is '- (NSString *)stringForKey:(NSString *)defaultName'
Available in Mac OS X v10.0 and later.


- defaultName (NSString)
- A key in the current user's defaults database.

The string associated with the specified key, or nil if the default does not exist or does not contain a string.

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