Instance Method
インスタンスメソッド
description(withLocale:)
Returns a string that represents the contents of the array, formatted as a property list.
配列の内容を表す文字列を返します、プロパティリストとして書式設定されます。
Declaration
宣言
func description(withLocale locale: Any?) -> String
Parameters
パラメータ
locale
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.
NSLocale
オブジェクトまたはNSDictionary
オブジェクト、それは配列の持つ要素それぞれを書式設定するために使われるオプションを指定します(認める場合は)。nil
をあなたが書式設定された要素を望まないならば指定してください。
Return Value
戻り値
A string that represents the contents of the array, formatted as a property list.
配列の内容を表す文字列、プロパティリストとして書式設定されます。
Discussion
議論
For a description of how locale
is applied to each element in the receiving array, see description(withLocale:indent:)
.
どのようにlocale
がその受け手側の配列の各要素に適用されるかについて、description(withLocale:indent:)
を見てください。
See Also
参照
Creating a Description
記述を作成する
var description: String
A string that represents the contents of the array, formatted as a property list.
配列の内容を表す文字列、プロパティリストとして書式設定されます。