Interface ISizeInfo
Size information for files
[PublicApi]
public interface ISizeInfo
Remarks
- Added in v14.04 as class, changed to interface in v17
Properties
BestSize
Best size based on the number. Will be in KB, MB or GB. The unit is found on BestUnit
decimal BestSize { get; }
Property Value
BestUnit
Best unit to use based on the effective size.
string BestUnit { get; }
Property Value
Bytes
Size in bytes
int Bytes { get; }
Property Value
Gb
Size in GB
decimal Gb { get; }
Property Value
Kb
Size in KB
decimal Kb { get; }
Property Value
Mb
Size in MB
decimal Mb { get; }