Hi i got a simple problem that has been bugging me and i can find a solution to it. I got an array which contains signed int data, i need to convert each value in the array to 2 bytes. I am using C# and i tried using BitConverter.GetBytes(int) but it returns a 4 byte array.
Any help?
thanks tristan