Parameter is not valid error when creating image from byte[] in c#

前端 未结 4 1933

I am trying to convert a byte[] to Bitmap in c#. Following is the code:

MemoryStream ms = new MemoryStream(b);
Bitmap bmp = new Bit         


        
4条回答
提交回复
热议问题