[This is preliminary documentation and is subject to change.]
The SizeConverter type exposes the following methods.
Methods
| Member | Description | |
|---|---|---|
| ToBytes(Int64) |
Returns size in bytes.
| |
| ToGigaBytes(Int64) |
Returns size in gigabytes.
| |
| ToKiloBytes(Int64) |
Returns size in kilobytes.
| |
| ToMegaBytes(Int64) |
Returns size in megabytes.
| |
| ToOptimal(Int64) |
Returns size in optimal units.
| |
| ToTeraBytes(Int64) |
Returns size in terabytes.
|