C# Class GlobalUtils.Utils

Afficher le fichier Open project: ren85/rextester_win

Méthodes publiques

Свойство Type Description
MaxUncompressedLength int

Méthodes publiques

Méthode Description
Compress ( string text ) : string
Decompress ( string compressedText ) : string

Method Details

Compress() public static méthode

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

Decompress() public static méthode

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

Property Details

MaxUncompressedLength public_oe static_oe property

public static int MaxUncompressedLength
Résultat int