Info
Version: | 1.2.1 |
Author(s): | Pawel Nowosielski |
Last Update: | Friday, May 19, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/pnowosie/ByteEncodings |
NuGet Url: | https://www.nuget.org/packages/ByteEncodings |
Install
Install-Package ByteEncodings
dotnet add package ByteEncodings
paket add ByteEncodings
ByteEncodings Download (Unzip the "nupkg" after downloading)
Dependencies
net461
No dependencies.
- Microsoft.NETCore.App(>= 1.1.1)
Tags
Bin, Hex, Base32, Base64, Base95 (and more). Represent an integer in any base. Supports .NET 4.6.1 and Standard 1.1 (Core)
Full source code (for review on GitHub) is well documented and tested. For inspirations of possible usage please review Test/Inspiration.cs file.
If you like this project, please give it a star on GitHub ;).