C# 클래스 Simple.IO.FileSize

파일 보기 프로젝트 열기: juanplopes/simple 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( FileSize size ) : bool
Equals ( object obj ) : bool
FileSize ( decimal size, FileSizeUnit unit ) : System
FileSize ( long size ) : System
GetHashCode ( ) : int
In ( FileSizeUnit newUnit ) : FileSize
InBestUnit ( ) : FileSize
ToString ( ) : string
ToString ( IFormatProvider provider ) : string
ToString ( string format ) : string
ToString ( string format, IFormatProvider provider ) : string
operator ( ) : bool

비공개 메소드들

메소드 설명
UnitDifference ( FileSizeUnit x, FileSizeUnit y ) : decimal

메소드 상세

Equals() 공개 메소드

public Equals ( FileSize size ) : bool
size FileSize
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

FileSize() 공개 메소드

public FileSize ( decimal size, FileSizeUnit unit ) : System
size decimal
unit FileSizeUnit
리턴 System

FileSize() 공개 메소드

public FileSize ( long size ) : System
size long
리턴 System

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

In() 공개 메소드

public In ( FileSizeUnit newUnit ) : FileSize
newUnit FileSizeUnit
리턴 FileSize

InBestUnit() 공개 메소드

public InBestUnit ( ) : FileSize
리턴 FileSize

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( IFormatProvider provider ) : string
provider IFormatProvider
리턴 string

ToString() 공개 메소드

public ToString ( string format ) : string
format string
리턴 string

ToString() 공개 메소드

public ToString ( string format, IFormatProvider provider ) : string
format string
provider IFormatProvider
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool