Class

ListFormatter

An object that provides locale-correct formatting of a list of items using the appropriate separator and conjunction. あるオブジェクト、それはいくつかの項目からなるあるリストのロケール的に正しい書式設定を適切な分離子と接続詞を使用して提供します。

Declaration 宣言

class ListFormatter : Formatter

Overview 概要

The list formatter isn’t aware of the context where the formatted string will be used and doesn’t provide capitalization customization of the list items. The formatted result may not be grammatically correct if placed in a sentence, and it should only be used in a standalone manner. リストフォーマッタは、書式設定された文字列が使われるところの文脈を認識しません、そしてリスト項目のキャピタライズ変更を提供しません。書式設定された結果は、ある文の中に置かれたならば文法的に正しくないかもしれません、そしてそれはある他に依存しない流儀で使用されるだけであるべきです。

Topics 話題

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

Configuring Formatter Options フォーマッタオプションを構成設定する

Relationships 関係

Inherits From 継承元