var countStyle : ByteCountFormatter.CountStyle
Specify the number of bytes to be used for kilobytes.
キロバイトのために使われるバイト数を指定します。
var allowsNonnumericFormatting : Bool
Determines whether to allow more natural display of some values.
いくつかの値のより自然な表示を可能にするかどうかを決定します。
var includesActualByteCount : Bool
Determines whether to include the number of bytes after the formatted string.
書式設定した文字列の後にバイト数を含むかどうかを決定します。
var isAdaptive : Bool
Determines the display style of the size representation.
サイズ表現の表示形式を決定します。
var allowedUnits : ByteCountFormatter.Units
Specify the units that can be used in the output.
出力において使用されることができる単位を指定します。
var includesCount : Bool
Determines whether to include the count in the resulting formatted string.
結果となる書式設定された文字列に計数を含めるかどうかを決定します。
var includesUnit : Bool
Determines whether to include the units in the resulting formatted string.
結果となる書式設定された文字列に単位を含めるかどうかを決定します。
var zeroPadsFractionDigits : Bool
Determines whether to zero pad fraction digits so a consistent number of characters is displayed in a representation.
ゼロで小数部に詰め物をするかどうかを決定します、それで一貫した文字数が表現において表示されます。