C# Class ScreenToGif.Util.Humanizer

Machine to Human converter. Just kidding. ;)
Show file Open project: dbremner/ScreenToGif

Public Methods

Method Description
BytesToString ( long byteCount ) : string

Converts a lenght value to a readable size.

Welcome ( ) : string

Random welcome text.

Method Details

BytesToString() public static method

Converts a lenght value to a readable size.
public static BytesToString ( long byteCount ) : string
byteCount long The lenght of the file.
return string

Welcome() public static method

Random welcome text.
public static Welcome ( ) : string
return string