NSByteCountFormatterUnits 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 the units to be displayed by a NSByteCountFormatter.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum NSByteCountFormatterUnits
type NSByteCountFormatterUnits =
- Inheritance
-
NSByteCountFormatterUnits
- Attributes
Fields
Name | Value | Description |
---|---|---|
UseDefault | 0 | |
UseBytes | 1 | |
UseKB | 2 | |
UseMB | 4 | |
UseGB | 8 | |
UseTB | 16 | |
UsePB | 32 | |
UseEB | 64 | |
UseZB | 128 | |
UseYBOrHigher | 65280 | |
UseAll | 65535 |