How to inspect data?

MarMan

Member
Joined
Jan 4, 2010
Messages
17
Programming Experience
10+
Hello, I am having a problem marshaling data between managed and unmanaged code. So I need to inspect the data at the byte level. What I need to do is store a number, say 8 into a 4-byte integer then copy it to an array bytArray(4) and compare those bytes with other data. I also need to set up the same array and copy it to an integer variable.

Can this be done? And if so does anyone know how?
 
Back
Top