StringTools Compress Method A Sandcastle Documented Class Library
Compresses a string into a shorter string for easier transportation.

Namespace: Censitif.Library.Data
Assembly: Censitif.Library (in Censitif.Library.dll) Version: 1.0.4878.23877
Syntax

public static string Compress(
	string text
)

Parameters

text
Type: System String
The string to compress.

Return Value

Type: String
The compressed string.
Remarks

Code from http://www.csharphelp.com/2007/09/compress-and-decompress-strings-in-c/.
See Also