Diff<>(old, new, comparer, predicate, postProcessor) NewArray<>(size1, size2, size3, initialiser) RunMain(main, onUnhandledMain, onUnhandledThread) RunMain(main, onUnhandledMain, onUnhandledThread)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Static method: string SizeToString(long)Declarationpublic static string SizeToString(
long size
) Summary
Converts file size in bytes to a string that uses KB, MB, GB or TB. Parameterslong | size |
The file size in bytes. |
Returns
The converted string. |