description(withLocale:)
Returns a string object that represents the contents of the dictionary, formatted as a property list.
func description(withLocale locale: Locale?) -> String
Parameters
- locale
An object that specifies options used for formatting each of the dictionary’s keys and values; pass
nil
if you don’t want them formatted.