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演算子とともに使われて、あつらえの書式も作成できます。
Determines whether to zero pad fraction digits so a consistent number of characters is displayed in a representation.
ゼロで小数部に詰め物をするかどうかを決定します、それで一貫した文字数が表現において表示されます。