I'm trying to take a structure, and turn it into an array of Bytes so that I can send it via UDP. It seems like this should be a case of using a BinaryFormatter to serialize the structure, but I can't see any good way of turning this into an array of Bytes. Any suggestions?