ニュース

How to: Convert a byte Array to an int (C# Programming Guide) 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.
Then iterate thru each character in the array and convert the respective character into its hex value and then append all the hex values together in the fashion that they need to be put in. (kinda ...