I need to figure out a way to convert a user defined type to a byte array and be able to reconstruct that type from the byte array. So far, what I came up with was to ...
How can I convert a byte array to a string containing hex values of each byte in C#? For example, I want:<BR><pre class="ip-ubbcode-code-pre">byte[] powers = {1, 2, 4 ...