Enumeration Case
列挙ケース
Byte
ByteCountFormatter.CountStyle.decimal
Causes 1000 bytes to be shown as 1 KB. It is better to use
ByteCountFormatter.CountStyle.file
or ByteCountFormatter.CountStyle.memory
in most cases.
1000バイトを1 KBと表示されるようにします。ByteCountFormatter.CountStyle.file
またはByteCountFormatter.CountStyle.memory
を扱うのにたいていの場合により良いものです。
Availability 有効性
- iOS 6.0+
- iPadOS 6.0+
- macOS 10.8+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
case decimal = 2