You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VB.NET implementation of the [lz-string](http://pieroxy.net/blog/pages/lz-string/index.html) JavaScript library
1
+
# lz-string-vbnet
2
+
VB.NET implementation of the [lz-string](https://github.com/pieroxy/lz-string) JavaScript library
3
3
4
-
Ported from version 1.4.1 with the goal of matching the output of the JS library exactly (other implementations in C# I came across weren't cutting it).
4
+
## Notes
5
+
This is a port of version 1.4.1 of the [lz-string](https://github.com/pieroxy/lz-string) JavaScript library to VB.NET.
6
+
7
+
At the time this was created, the C# port ([lz-string-csharp](https://github.com/jawa-the-hutt/lz-string-csharp)) was occassionally giving incorrect outputs. My goal was to exactly match the outputs coming from the original lz-string. The port reflects that, with the code being nearly identical to the original implementation.
0 commit comments