ByteEncodings 1.2.1
Encoding bytes to multiple text format, e.g. 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 ;)
Install-Package ByteEncodings -Version 1.2.1
dotnet add package ByteEncodings --version 1.2.1
<PackageReference Include="ByteEncodings" Version="1.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ByteEncodings --version 1.2.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Removed unneccesary dependencies of ValueTuples and JetBrains
Dependencies
-
.NETCoreApp 1.1
- Microsoft.NETCore.App (>= 1.1.1)
-
.NETFramework 4.6.1
- No dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.2.1 | 2,699 | 5/19/2017 |
1.1.0 | 502 | 5/18/2017 |
1.0.2.2 | 480 | 5/17/2017 |
1.0.0-beta-1 | 433 | 5/15/2017 |