C# Class ScreenToGif.Util.Humanizer

Machine to Human converter. Just kidding. ;)
Afficher le fichier Open project: dbremner/ScreenToGif

Méthodes publiques

Méthode Description
BytesToString ( long byteCount ) : string

Converts a lenght value to a readable size.

Welcome ( ) : string

Random welcome text.

Method Details

BytesToString() public static méthode

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

Welcome() public static méthode

Random welcome text.
public static Welcome ( ) : string
Résultat string