C# 클래스 UCosmic.FileSizeExtensions

파일 보기 프로젝트 열기: ucosmic/UCosmicAlpha

공개 메소드들

메소드 설명
ToAbbreviatedFileSize ( this lengthInBytes, int maxPrecision = 2, FileSizeUnitAbbreviation fileSizeUnitAbbreviation = null ) : string
ToFileSize ( this lengthInBytes, int maxPrecision = 2, FileSizeUnitName fileSizeUnitName = null ) : string

비공개 메소드들

메소드 설명
ConvertBytesTo ( this lengthInBytes, FileSizeUnitAbbreviation unitAbbreviation ) : decimal
ConvertBytesTo ( this lengthInBytes, FileSizeUnitName unitName ) : decimal
GetPrecision ( this size, int maxPrecision ) : int
GetSizeFormat ( this precision ) : string
GetSmartUnitAbbreviation ( this lengthInBytes ) : FileSizeUnitAbbreviation
GetSmartUnitName ( this lengthInBytes ) : FileSizeUnitName
GetUnitText ( this unit, string sizeText ) : string

메소드 상세

ToAbbreviatedFileSize() 공개 정적인 메소드

public static ToAbbreviatedFileSize ( this lengthInBytes, int maxPrecision = 2, FileSizeUnitAbbreviation fileSizeUnitAbbreviation = null ) : string
lengthInBytes this
maxPrecision int
fileSizeUnitAbbreviation FileSizeUnitAbbreviation
리턴 string

ToFileSize() 공개 정적인 메소드

public static ToFileSize ( this lengthInBytes, int maxPrecision = 2, FileSizeUnitName fileSizeUnitName = null ) : string
lengthInBytes this
maxPrecision int
fileSizeUnitName FileSizeUnitName
리턴 string