标签: c# arrays byte bit-shift
我有一个3字节的字节数组:byte[] VG = new Byte[3];
byte[] VG = new Byte[3];
这是数组的值:00-28-A0。我必须删除前4位,并得到这个结果:02-8A-00
答案 0 :(得分:5)
{{1}}