C# Class GlobalUtils.Utils

Exibir arquivo Open project: ren85/rextester_win

Public Properties

Property Type Description
MaxUncompressedLength int

Public Methods

Method Description
Compress ( string text ) : string
Decompress ( string compressedText ) : string

Method Details

Compress() public static method

public static Compress ( string text ) : string
text string
return string

Decompress() public static method

public static Decompress ( string compressedText ) : string
compressedText string
return string

Property Details

MaxUncompressedLength public_oe static_oe property

public static int MaxUncompressedLength
return int