Enum ComputerSizeUnits
- Namespace
- SunamoFileSystem.Enums
- Assembly
- SunamoFileSystem.dll
Units of computer storage size measurement.
public enum ComputerSizeUnits : byte
- Extension Methods
Fields
Auto = 0Automatically determine the most appropriate unit.
B = 1Bytes.
GB = 4Gigabytes.
KB = 2Kilobytes.
MB = 3Megabytes.
TB = 5Terabytes.