Returns a concatenation of the strings for the specified type from all the items in the receiver that contain the type.
Original signature is '- (NSString *)stringForType:(NSString *)dataType'
Available in Mac OS X v10.0 and later.


- dataType (NSString)
- The pasteboard data type to read.

A concatenation of the strings for the specified type from all the items in the receiver that contain the type, or nil if none of the items contain strings of the specified type.

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