description(withLocale:)
Returns a string that represents the contents of the ordered set, formatted as a property list.
Declaration
func description(withLocale locale: Any?) -> StringParameters
- locale:
An Nslocale object or an
NSDictionaryobject that specifies options used for formatting each of the ordered set’s elements (where recognized). Specifynilif you don’t want the elements formatted.
Return Value
A string that represents the contents of the ordered set, formatted as a property list.
Discussion
For a description of how locale is applied to each element in the receiving ordered set, see description(withLocale:indent:).