C# 클래스 PLinkCore.Util

Description of Util.
파일 보기 프로젝트 열기: easylogic/plink

공개 메소드들

메소드 설명
getHttpData ( string url ) : ArrayList
getTypeName ( int type ) : string
isFile ( int type ) : bool
isTrue ( string type ) : bool
isWeb ( int type ) : bool
strTrue ( bool type ) : string

메소드 상세

getHttpData() 공개 정적인 메소드

public static getHttpData ( string url ) : ArrayList
url string
리턴 System.Collections.ArrayList

getTypeName() 공개 정적인 메소드

public static getTypeName ( int type ) : string
type int
리턴 string

isFile() 공개 정적인 메소드

public static isFile ( int type ) : bool
type int
리턴 bool

isTrue() 공개 정적인 메소드

public static isTrue ( string type ) : bool
type string
리턴 bool

isWeb() 공개 정적인 메소드

public static isWeb ( int type ) : bool
type int
리턴 bool

strTrue() 공개 정적인 메소드

public static strTrue ( bool type ) : string
type bool
리턴 string