Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: string SizeToString(long)

  • Declared in: RT.Util.Ut

Declaration

public static string SizeToString(
    long size
)

Summary

Converts file size in bytes to a string that uses KB, MB, GB or TB.

Parameters

longsize The file size in bytes.

Returns

The converted string.