Class DataConstants
- Namespace
- NominalSystems.Classes
- Assembly
- NominalSystems.Classes.dll
Stores a list of constants useful for the data subsystem
public static class DataConstants
- Inheritance
-
DataConstants
Fields
BYTES2BITS
The number of bits in a byte
public const int BYTES2BITS = 8
Field Value
GIGABYTE
The number of bytes in a GB
public const int GIGABYTE = 1073741824
Field Value
KILOBYTE
The number of bytes in a KB
public const int KILOBYTE = 1024
Field Value
MEGABYTE
The number of bytes in a MB
public const int MEGABYTE = 1048576