Home

Awesome

lz-string-csharp

C# Class implementation of lz-string (based on https://github.com/pieroxy/lz-string)

Installation

Please Note

If you plan on using this library for data sent by the browser (e.g. compressed in JavaScript in the browser, and sent to the server using HTTP), do not use compressToUTF16 and DecompressFromUTF16. Safari will mangle up the data by converting to UTF-8, breaking the actual bytes of the request. Instead, you should use compressToEncodedURIComponent DecompressFromEncodedURIComponent.

Contributors

lz-string-csharp was created by jawa-the-hutt, with several necessary improvements made by christianrondeau