C# 클래스 BExplorer.Shell.Interop.ShlWapi

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

공개 메소드들

메소드 설명
StrFormatByteSize ( long filesize ) : string

Converts a numeric value into a string that represents the number expressed as a size value in bytes, kilobytes, megabytes, or gigabytes, depending on the size.

비공개 메소드들

메소드 설명
StrCmpLogicalW ( string psz1, string psz2 ) : int
StrFormatByteSize ( long fileSize, [ buffer, int bufferSize ) : long
StrRetToBuf ( STRRET &pstr, IntPtr pidl, StringBuilder pszBuf, UInt32 cchBuf ) : Int32

메소드 상세

StrFormatByteSize() 공개 정적인 메소드

Converts a numeric value into a string that represents the number expressed as a size value in bytes, kilobytes, megabytes, or gigabytes, depending on the size.
public static StrFormatByteSize ( long filesize ) : string
filesize long The numeric value to be converted.
리턴 string