I have an array of floats: public static List<float> myData = new List<float>(); I need to convert them to big endianness byte array and send them over UDP connection. I've no idea how to do that, any help will be appreciated!
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||||
|
|
Try following:
Output:
Hope this helps. |
|||||||||
|
To send it with UDP, try something like:
|
|||||||||||||
|
