Метод | Описание | |
---|---|---|
ToFormattedByteString ( this fileSize ) : string |
returns localised pretty string for byte size
|
|
ToHexString ( this self ) : string |
Converts a byte array to a hexadecimal string (hash)
|
Метод | Описание | |
---|---|---|
StrFormatByteSize ( long fileSize, [ buffer, int bufferSize ) : long |
public static ToFormattedByteString ( this fileSize ) : string | ||
fileSize | this | filesize in bytes |
Результат | string |
public static ToHexString ( this self ) : string | ||
self | this | |
Результат | string |