C# Class RPCLibrary.Util

Afficher le fichier Open project: SiteView/ECC8.13

Méthodes publiques

Méthode Description
Compress ( string data ) : string
Decompress ( string data ) : string
EscapeNode ( string node ) : string
IsBasicType ( string type ) : bool
IsExtensionType ( string type ) : bool
UnescapeNode ( string node ) : string

Method Details

Compress() public static méthode

public static Compress ( string data ) : string
data string
Résultat string

Decompress() public static méthode

public static Decompress ( string data ) : string
data string
Résultat string

EscapeNode() public static méthode

public static EscapeNode ( string node ) : string
node string
Résultat string

IsBasicType() public static méthode

public static IsBasicType ( string type ) : bool
type string
Résultat bool

IsExtensionType() public static méthode

public static IsExtensionType ( string type ) : bool
type string
Résultat bool

UnescapeNode() public static méthode

public static UnescapeNode ( string node ) : string
node string
Résultat string