Enumeration Case 列挙ケース

ByteCountFormatter.CountStyle.binary

Causes 1024 bytes to be shown as 1 KB. It is better to use ByteCountFormatter.CountStyle.file or ByteCountFormatter.CountStyle.memory in most cases. 1024バイトを1 KBと表示されるようにします。ByteCountFormatter.CountStyle.fileまたはByteCountFormatter.CountStyle.memoryを扱うのにたいていの場合により良いものです。

Declaration 宣言

case binary = 3