Type Method 型メソッド

localizedString(byJoining:)

Constructs a formatted string from an array of strings that uses the list format specific to the current locale. ある書式設定された文字列を文字列いくつかからなるある配列から組み立てます、それは現在のロケールに特有のリストフォーマットを使います。

Declaration 宣言

class func localizedString(byJoining strings: [String]) -> String

Parameters パラメータ

strings

An array of strings to join together in a list. あるリストにおいて一緒に結びつけることになる、文字列いくつかからなるある配列。

Return Value 戻り値

A formatted string that joins together a list of strings using a locale-specific list format. ある書式設定された文字列、それは文字列いくつかからなるあるリストをロケール特有のリストフォーマットを使って一緒につなげたものです。

Discussion 議論

See Also 参照

Converting Arrays to Formatted Lists 配列を書式設定リストへと変換する