2012-10-23 37 views

回答

0

簡單,

byte[] data = GetFromUDPInBigEndian(); 
Array.Reverse(data); // now is in little endian