C# Class PLinkCore.Util

Description of Util.
Mostra file Open project: easylogic/plink

Public Methods

Method Description
getHttpData ( string url ) : ArrayList
getTypeName ( int type ) : string
isFile ( int type ) : bool
isTrue ( string type ) : bool
isWeb ( int type ) : bool
strTrue ( bool type ) : string

Method Details

getHttpData() public static method

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

getTypeName() public static method

public static getTypeName ( int type ) : string
type int
return string

isFile() public static method

public static isFile ( int type ) : bool
type int
return bool

isTrue() public static method

public static isTrue ( string type ) : bool
type string
return bool

isWeb() public static method

public static isWeb ( int type ) : bool
type int
return bool

strTrue() public static method

public static strTrue ( bool type ) : string
type bool
return string