NSByteCountFormatterCountStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration whose values specify how byte units are calculated (e.g., if "KB" indicates 1000 or 1024 bytes).
public enum NSByteCountFormatterCountStyle
type NSByteCountFormatterCountStyle =
- Inheritance
-
NSByteCountFormatterCountStyle
Fields
Name | Value | Description |
---|---|---|
File | 0 | |
Memory | 1 | |
Decimal | 2 | |
Binary | 3 |