S Sven Erik Matzen Oct 9, 2003 #1 Hi, Is there a way to quickly cast an array of "bytes" to an array of "signed bytes"? Sven
M Mattias Sjögren Oct 10, 2003 #2 Sven, Is there a way to quickly cast an array of "bytes" to an array of "signed bytes"? Click to expand... No a cast wont work, but you can do a copy with Buffer.BlockCopy Mattias
Sven, Is there a way to quickly cast an array of "bytes" to an array of "signed bytes"? Click to expand... No a cast wont work, but you can do a copy with Buffer.BlockCopy Mattias