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

allowedUnits

Specify the units that can be used in the output. 出力において使用されることができる単位を指定します。

Declaration 宣言

@property NSByteCountFormatterUnits allowedUnits;

Discussion 議論

If the value is NSByteCountFormatterUseDefault, the formatter uses platform-appropriate settings; otherwise will only the specified units are used. この値がNSByteCountFormatterUseDefaultならば、フォーマッタはプラットホームに適した設定を使います;そうでなければ指定された単位のみが使われます。

NSByteCountFormatterUnits values can be combined using the C OR operator to specify complex formatting strings. The NSByteCountFormatterUseDefault or NSByteCountFormatterUseAll constants can be used with the C AND or the C NOT operators to create custom formats as well. NSByteCountFormatterUnits値は、CのOR演算子を使って結合されることで、複雑な書式設定文字列を指定できます。NSByteCountFormatterUseDefaultまたはNSByteCountFormatterUseAll定数は、C ANDまたはC NOT演算子とともに使われて、あつらえの書式も作成できます。

This is the default value if NSByteCountFormatterUseDefault. NSByteCountFormatterUseDefaultならば、これが省略時の値です。

See Also 参照

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