formattingContext
countStyle
allowsNonnumericFormatting
includesActualByteCount
adaptive
includesCount
includesUnit
zeroPadsFractionDigits
Availability 有効性
Technology
@property NSByteCountFormatterUnits
allowedUnits;
If the value is NSByte
, the formatter uses platform-appropriate settings; otherwise will only the specified units are used.
この値がNSByte
ならば、フォーマッタはプラットホームに適した設定を使います;そうでなければ指定された単位のみが使われます。
NSByte
values can be combined using the C OR
operator to specify complex formatting strings. The NSByte
or NSByte
constants can be used with the C AND
or the C NOT
operators to create custom formats as well.
NSByte
値は、CのOR
演算子を使って結合されることで、複雑な書式設定文字列を指定できます。NSByte
またはNSByte
定数は、C AND
またはC NOT
演算子とともに使われて、あつらえの書式も作成できます。
This is the default value if NSByte
.
NSByte
ならば、これが省略時の値です。
Note 注意
ZB and YB cannot be covered by the range of possible values, but you can still choose to use these units to get fractional display (0
for instance).
ZB と YB は、可能な値の範囲を越えています、しかしあなたは依然としてこれらの単位を使うことを選択して少数表示を得ることができます(例えば0
)。
formattingContext
countStyle
allowsNonnumericFormatting
includesActualByteCount
adaptive
includesCount
includesUnit
zeroPadsFractionDigits