Instance Property インスタンスプロパティ

includesCount

Determines whether to include the count in the resulting formatted string. 結果となる書式設定された文字列に計数を含めるかどうかを決定します。

Declaration 宣言

var includesCount: Bool { get set }

Discussion 議論

If set to true and includesUnit is set to false, no unit is displayed. For example, a value of 723 KB is formatted as 723. trueに設定してincludesUnitfalseに設定されるならば、単位は表示されません。例えば、723 KB の値は723のように書式設定されます。

You can get the set this property to true and the includesUnit to true individually to get both parts, separately. Note that putting them together yourself via string concatenation may be incorrect for some locales. あなたは、このプロパティをtrueにそしてincludesUnittrueに個々に設定し得ることで、両方の部分を別々に得られます。文字列連結によってあなた自身でそれらを一緒にまとめることは、幾つかのロケールで正しくないかもしれないことに注意してください。

The default value is true. 省略時の値は、trueです。

See Also 参照

Setting Formatting Styles 書式形式を設定する