Skip to content

Community.System.BitConverter

NicolasG3 edited this page Jun 7, 2013 · 1 revision

Community.System.BitConverter converts base data types to an array of bytes, and an array of bytes to base data types.

  • implements the .NET Framework System.BitConverter class
  • provides new SetBytes(...) methods to convert to an existing byte array

Sample code