prathap k

prathap k

  • NA
  • 85
  • 6.4k

How to Convert Image URL Into Image And to Save that Image

Apr 4 2016 1:35 AM
I have an image URL like this instead of binding that to imgScreenShot id I have to convert that into image and  save that into any folder in project or any directory
imgScreenShot.ImageUrl = "data:image/png;base64," + Convert.ToBase64String(bytes);
 
 

Answers (6)