https://github.com/gsemac/lz-string-vbnet
VB.NET implementation of the lz-string JavaScript library
https://github.com/gsemac/lz-string-vbnet
lz-string vbnet
Last synced: 5 months ago
JSON representation
VB.NET implementation of the lz-string JavaScript library
- Host: GitHub
- URL: https://github.com/gsemac/lz-string-vbnet
- Owner: gsemac
- License: mit
- Created: 2017-05-02T00:44:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-01-23T04:29:19.000Z (over 5 years ago)
- Last Synced: 2025-03-02T13:17:59.472Z (over 1 year ago)
- Topics: lz-string, vbnet
- Language: Visual Basic .NET
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lz-string-vbnet
VB.NET implementation of the [lz-string](https://github.com/pieroxy/lz-string) JavaScript library
## Notes
This is a port of version 1.4.1 of the [lz-string](https://github.com/pieroxy/lz-string) JavaScript library to VB.NET.
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.