Is there a direct way to convert a short array to a byte array?
I dont to use a for and cast every short to a byte.
I want something like the BitConverter class that accpets a short array as
argument.
Bitconverter.Ge tBytes( short[] );
--
Alberto Cardoso
I dont to use a for and cast every short to a byte.
I want something like the BitConverter class that accpets a short array as
argument.
Bitconverter.Ge tBytes( short[] );
--
Alberto Cardoso
Comment