The Toolkit for the Enterprise Web Library. This can be used to conveniently gain validation, IO, and string manipulation functions without subscribing to the whole library lifecycle.
.NET 4 framework core library of pure functions for string manipulation.
Documentation available at:
https://marcjohnston.github.io/byMarc.Net4.Library.Strings/
Issues and bug tracker available at:
https://github.com/marcjohnston/byMarc.Net4.Library.Strings/issues...
More information
A set of extension methods for doing bitwise manipulation such as endianness (bytes<-->integral types) and rotation.
Endianness-related functionality: short, ushort, int, uint, long, ulong : conversion between (to and from) individual items of these and byte arrays, and between arrays of any of...
More information