I need to remove byte where value is 0 from a byte array.
Please help..
this removing the first position,Code:byte[] newArray = oldArray.Where(b => b != 0xff).ToArray();
|
Results 1 to 4 of 4
Threaded View
|
Click Here to Expand Forum to Full Width |