Info
Version: | 1.0.0 |
Author(s): | Christopher Green |
Last Update: | Monday, May 21, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/cgreenza/ByteTools |
NuGet Url: | https://www.nuget.org/packages/ByteTools |
Install
Install-Package ByteTools
dotnet add package ByteTools
paket add ByteTools
ByteTools Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 2.0
No dependencies.
No dependencies.
- NETStandard.Library(>= 1.6.1)
Tags
each byte is represented by 2 hex characters. The implementation makes use of an efficient table lookup that is approx 16x faster than using System.BitConverter.