Enum Common.ByteUnitType
Enumerates the types of units that can be used to represent large amounts of bytes.
Namespace: TheXDS.MCART.Helpers
Assembly: MCART.dll
Syntax
[Flags]
public enum Common.ByteUnitType : byte
Fields
Name | Description |
---|---|
Binary | Binary numbering. Each order of magnitude is equivalent to 1024 of the lower one. |
BinaryLong | Binary numbering with long name. Each order of magnitude is equivalent to 1024 of the lower one. |
Decimal | Decimal numbering. Each order of magnitude is equivalent to 1000 of the lower one. |
DecimalLong | Decimal numbering with long name. Each order of magnitude is equivalent to 1000 of the lower one. |