Returns a string that represents the contents of the array, formatted as a property list.
Original signature is '- (NSString *)descriptionWithLocale:(id)locale'
Available in Mac OS X v10.0 and later.


- locale (Id)
- An NSLocale object or an NSDictionary object that specifies options used for formatting each of the array’s elements (where recognized). Specify nil if you don’t want the elements formatted.

A string that represents the contents of the array, formatted as a property list.

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