Свойство | Тип | Описание | |
---|---|---|---|
DefaultContentLengthRange | ContentLengthRange |
Метод | Описание | |
---|---|---|
FormatSize ( this size, System.Tools unit = Tools.FileTools.Units.B ) : string | ||
FormatSpeed ( this speed, System.Tools unit = Tools.FileTools.Units.B ) : string | ||
ToBytes ( this size, |
||
VerifySize ( this range, long size ) : void |
public static FormatSize ( this size, System.Tools unit = Tools.FileTools.Units.B ) : string | ||
size | this | |
unit | System.Tools | |
Результат | string |
public static FormatSpeed ( this speed, System.Tools unit = Tools.FileTools.Units.B ) : string | ||
speed | this | |
unit | System.Tools | |
Результат | string |
public static ToBytes ( this size, |
||
size | this | |
inputUnit | ||
Результат | long |
public static VerifySize ( this range, long size ) : void | ||
range | this | |
size | long | |
Результат | void |