formattingContext
countStyle
allowsNonnumericFormatting
includesActualByteCount
adaptive
allowedUnits
includesCount
zeroPadsFractionDigits
Availability 有効性
Technology
@property BOOL includesUnit;
If set to YES
and includes
is set to NO
, no count is displayed. For example, a value of 723 KB is formatted as KB
.
YES
に設定してincludes
がNO
に設定されるならば、計数は表示されません。例えば、723 KB の値はKB
のように書式設定されます。
You can get the set this property to YES
and the includes
to YES
individually to get both parts, separately. Note that putting them together yourself via string concatenation may be incorrect for some locales.
あなたは、このプロパティをYES
にそしてincludes
をYES
に個々に設定し得ることで、両方の部分を別々に得られます。文字列連結によってあなた自身でそれらを一緒にまとめることは、幾つかのロケールで正しくないかもしれないことに注意してください。
The default value is YES
.
省略時の値は、YES
です。
Note 注意
Setting this value to NO
and includes
to NO
results in an empty string.
この値をNO
にそしてincludes
をNO
に設定することは、空の文字列という結果になります。
formattingContext
countStyle
allowsNonnumericFormatting
includesActualByteCount
adaptive
allowedUnits
includesCount
zeroPadsFractionDigits