Hi! I'm working on a library which must use ASN.1 big-endian byte-order for encoding/decoding. Since the CLR is little-endian, do need to "big-endianize" byte[] arrays at all? Or does it only apply to 2, 4 & 8 byte words? If I do need to change byte[] arrays, what is the most efficient way? (Array.Reverse?)
I would greatly appreciate if someone could illuminate me! Thanks! Gregor Hochmuth You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.