4
Answers

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

Ask a question
prathap k

prathap k

8y
293
1
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 (4)