jmofthenorth
Technical User
Hi.
I have a Byte array that I'd like to convert to long ints. Is there a quick way of doing this.
essentially I'd like to take bytes: bytearray[0], bytearray[1], bytearray[2], bytearray[3] and combine them to form one int32 (here bytearray[3] has the lsb and [0] the msb).
There must be a method already implemented in C# to do this...
jm
I have a Byte array that I'd like to convert to long ints. Is there a quick way of doing this.
essentially I'd like to take bytes: bytearray[0], bytearray[1], bytearray[2], bytearray[3] and combine them to form one int32 (here bytearray[3] has the lsb and [0] the msb).
There must be a method already implemented in C# to do this...
jm