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 convert each variable in the type ...
I'm ashamed to admit that as a programmer I've never worked with binary data.<BR>Anyway, now that that's out of the way...<BR><BR><BR>I know you can do simple ...