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

allowedUnits

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

Declaration 宣言

var allowedUnits: ByteCountFormatter.Units { get set }

Discussion 議論

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

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

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

See Also 参照

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