Returns the first occurrence of a value associated with specified key.
Original signature is '- (NSString *)stringForKey:(NSString *)key inTable:(NSString *)table'
Available in Mac OS X v10.0 and later.


The value for the specified key, or nil if the key is not in the table. The returned string may also be empty.

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