Convert byte array to short array in C#
Posted
by williamtroup
on Stack Overflow
See other posts from Stack Overflow
or by williamtroup
Published on 2009-07-09T15:23:28Z
Indexed on
2010/04/30
12:57 UTC
Read the original article
Hit count: 204
I'm currently reading a file and wanted to be able to convert the array of bytes obtained from the file into a short array.
How would I go about doing this?
© Stack Overflow or respective owner