
这个为什么不对,应该怎么改
string pic
里面是88;25;355;544......之类的数据,每3000个一行转成图像
Encoding.Default.GetBytes方法没有接收string数组的重载方法,你要转为char数组才行.
byte[] bytes = Pic.Select(x => (byte)x).ToArray();

还是不行诶

那个;是在STRING里面的,不用再分组了?
还有还是报错。。。
报错,embedded statement can not be declared

还是报错,