Class FileSizes
Provides constant values for file size units.
public static class FileSizes
- Inheritance
-
FileSizes
- Inherited Members
Fields
KB
The size of one kilobyte (KB) in bytes.
public const int KB = 1024
Field Value
MB
The size of one megabyte (MB) in bytes.
public const int MB = 1048576