C# Класс PLinkCore.Util

Description of Util.
Показать файл Открыть проект

Открытые методы

Метод Описание
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