christianrondeau / lz-string-csharp

C# Class implementation of LZ-String javascript library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lz-string-csharp

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

Installation

  • Install with NuGet: Install-Package LZStringCSharp, or .NET Core CLI: dotnet add package LZStringCSharp;
  • Downloaded from the Releases page

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

About

C# Class implementation of LZ-String javascript library

License:The Unlicense


Languages

Language:C# 94.8%Language:PowerShell 5.2%