I am catching some real time snaps from camera which is connected through com port. I am able to interact with camera and getting data using camera api. Thing is that I need to display image in picture box. The image information I am getting comes in a string variable. Definitly that string contains binary data ( unreadable).

I don't know how to convert this string to image. Once this binary string is converted then it will be easy to display in picture box.

Can anybody tell me, how can I convert this binary string to image file...???

Thanks in advance :