C# 클래스 ScreenToGif.Util.Humanizer

Machine to Human converter. Just kidding. ;)
파일 보기 프로젝트 열기: dbremner/ScreenToGif

공개 메소드들

메소드 설명
BytesToString ( long byteCount ) : string

Converts a lenght value to a readable size.

Welcome ( ) : string

Random welcome text.

메소드 상세

BytesToString() 공개 정적인 메소드

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

Welcome() 공개 정적인 메소드

Random welcome text.
public static Welcome ( ) : string
리턴 string