How can I Convert Byte array Into Image For Display On ImageBox

md_zi
Hi, I Handle Fingerprint Sensor and getImage From Sensor as Byte Array
How can I Convert that Into Image For Display

Voodoo
Create a MemoryStream from the image and then use the Image(Stream)
constructor overload.