This example shows you how to use the xref:System.BitConverter class to convert an array of bytes to an int and back to an array of bytes. You may have to convert from bytes to a built-in data type ...
Say I read a character array in from a file as part of other fields. In this case, the character array I am reading in is a date in the format mmddyyyy.<BR><BR>I have a structure which I am looking to ...