How to check if MemoryStream can convert to Bitmap in C# ?
- by Thyphuong
As the question mentioned, I have a memorystream from a Byte[] ByteArr. How can I check if it can convert to a bitmap before using it with Bitmap myImg = new Bitmap(memorystream).