Method | Description | |
---|---|---|
SizeInBytes ( long sizeInBytes ) : string |
Formats the size in bytes to a pretty string.
|
|
SpeedInBytes ( double bytesPerSecond ) : string | ||
ToHumanReadable ( double value ) : string |
Method | Description | |
---|---|---|
FormatEvil ( ) : System |
public static SizeInBytes ( long sizeInBytes ) : string | ||
sizeInBytes | long | The size in bytes. |
return | string |
public static SpeedInBytes ( double bytesPerSecond ) : string | ||
bytesPerSecond | double | |
return | string |
public static ToHumanReadable ( double value ) : string | ||
value | double | |
return | string |