DigitalStorageUnits Enumeration
Specifies a size unit.
Namespace: DevCase.Core.IO.DigitalInformationAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum DigitalStorageUnits
Public Enumeration DigitalStorageUnits
Dim instance As DigitalStorageUnits
public enum class DigitalStorageUnits
No code example is currently available or this language may not be supported.
Byte |
1 |
Represents 1 Byte.
(8 Bits)
|
Kilobyte |
1,024 |
Represents 1 Kilobyte.
(1.024 Bytes)
|
Megabyte |
1,048,576 |
Represents 1 MegaByte.
(1.048.576 Bytes)
|
Gigabyte |
1,073,741,824 |
Represents 1 Gigabyte.
(1.073.741.824 Bytes)
|
Terabyte |
1,099,511,627,776 |
Represents 1 Terabyte.
(1.099.511.627.776 Bytes)
|
Petabyte |
1,125,899,906,842,624 |
Represents 1 Petabyte.
(1.125.899.906.842.624 Bytes)
|
Exabyte |
1,152,921,504,606,846,976 |
Represents 1 Exabyte.
(1.152.921.504.606.846.976 Bytes)
|