59 packages
returned for Tags:"Byte"
Filter
Tools and extensions for working with buffers.
Class library containing useful general-programming classes and extension methods for existing types.
Byte array wrapper to ease data type conversions
3,814 total downloads
last updated 4/2/2019
Latest version: 1.0.2
Byte
array
Byte array type for better Equals performance with custom GetHashCode implementation.
SlidingWindow provides an interface to retrieve chunks from a byte array using a sliding window.
LiteByteCapsule is a NuGet package to apply capsulation for byte arrays which is used for sending them over TCP IP protocol or socket.
3,343 total downloads
last updated 11/26/2018
Latest version: 2.0.0
byte
size
human
A library to convert byte sizes to a human readable form.
Provides useful extension methods for primitive .Net data types.
A helper library for working with byte sequences and arrays.
a collection of my useful extension methods.
Convert images to byte[] and get images from byte[]
Progressive Download Library for WebApi 2
831 total downloads
last updated 10/30/2017
Latest version: 2.1.0.1
byte
array
Byte array operator
Library to create and use COMB (timestamped sequential) GUID variants for Microsoft SQL Server and PostgreSQL. See the GitHub site for more details.
An IUserType for IEnumerable<string>
Builds a friendly representation of a specified byte size value, after converting it to the best matching unit (bytes, KB, MB, GB, etc.).
Has various options to control the format of the outputted string.
See the project site for documentation.
Simple byte reader that provides functions to extract a byte array from a file or a string (e.g. "F1 00 2C FF" to { 0xF1, 0x00, 0x2C, 0xFF }). It can also convert a byte array to a string or write it to a file.
An alternative to the .NET BinaryReader and BinaryWriter objects that allows you to read and write individual bits of data.