C# 클래스 Explorer.Utils

파일 보기 프로젝트 열기: SummerWish/vfs

공개 메소드들

메소드 설명
FormatSize ( long size ) : String
GetBytes ( string str ) : byte[]
GetString ( byte bytes ) : string
ProcessUITasks ( ) : void

메소드 상세

FormatSize() 공개 정적인 메소드

public static FormatSize ( long size ) : String
size long
리턴 String

GetBytes() 공개 정적인 메소드

public static GetBytes ( string str ) : byte[]
str string
리턴 byte[]

GetString() 공개 정적인 메소드

public static GetString ( byte bytes ) : string
bytes byte
리턴 string

ProcessUITasks() 공개 정적인 메소드

public static ProcessUITasks ( ) : void
리턴 void