C# 클래스 RPCLibrary.Util

파일 보기 프로젝트 열기: SiteView/ECC8.13

공개 메소드들

메소드 설명
Compress ( string data ) : string
Decompress ( string data ) : string
EscapeNode ( string node ) : string
IsBasicType ( string type ) : bool
IsExtensionType ( string type ) : bool
UnescapeNode ( string node ) : string

메소드 상세

Compress() 공개 정적인 메소드

public static Compress ( string data ) : string
data string
리턴 string

Decompress() 공개 정적인 메소드

public static Decompress ( string data ) : string
data string
리턴 string

EscapeNode() 공개 정적인 메소드

public static EscapeNode ( string node ) : string
node string
리턴 string

IsBasicType() 공개 정적인 메소드

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

IsExtensionType() 공개 정적인 메소드

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

UnescapeNode() 공개 정적인 메소드

public static UnescapeNode ( string node ) : string
node string
리턴 string