C# (CSharp) LCM.Util Namespace

Classes

Name Description
BitConverter Converts base data types to an array of bytes, and an array of bytes to base data types. All info taken from the meta data of System.BitConverter. This implementation allows for Endianness consideration. based on http://snipplr.com/view.php?codeview&id=15179, rewritten