C# Class SmartApp.Sample3.WebUI.FormatUtil

Show file Open project: Lokad/lokad-data-platform

Public Methods

Method Description
SizeInBytes ( long sizeInBytes ) : string

Formats the size in bytes to a pretty string.

Private Methods

Method Description
FormatUtil ( ) : System

Method Details

SizeInBytes() public static method

Formats the size in bytes to a pretty string.
public static SizeInBytes ( long sizeInBytes ) : string
sizeInBytes long The size in bytes.
return string