StringTools Decompress Method A Sandcastle Documented Class Library
Decompresses a string from a shorter string compressed with Compress.

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

public static string Decompress(
	string compressedText
)

Parameters

compressedText
Type: System String
The compressed string.

Return Value

Type: String
The decompressed string.
Remarks

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