BitManipulator 1.0.1
See the version list below for details.
dotnet add package BitManipulator --version 1.0.1
NuGet\Install-Package BitManipulator -Version 1.0.1
<PackageReference Include="BitManipulator" Version="1.0.1" />
paket add BitManipulator --version 1.0.1
#r "nuget: BitManipulator, 1.0.1"
// Install BitManipulator as a Cake Addin #addin nuget:?package=BitManipulator&version=1.0.1 // Install BitManipulator as a Cake Tool #tool nuget:?package=BitManipulator&version=1.0.1
A set of extension methods for doing bitwise manipulation such as endianness (bytes<-->integral types) and rotation.
Endianness-related functionality: ushort, int, uint, long, ulong : conversion between (to and from) these and byte arrays.
Little and big-endian methods exist at feature and/or type parity.
Endianness conversions operating on multiple values (bulk operations) are performance-enhanced with optimised 'unsafe' implementations. They are considerably faster than comparable operations provided by the BCL.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.