I have public Image like
https://csharpcorner-mindcrackerinc.netdna-ssl.com/App_Themes/CSharp/Images/SiteLogo.png
I want to convert Public Image to Byte formates using C# ?
Already I try below code
byte[] imgdata = System.IO.File.ReadAllBytes(imagePath);

Ankit SahuPosted Aug 28, 2018, 2:05 AM
Jignesh KumarPosted Aug 24, 2018, 10:18 PM
Jignesh KumarPosted Aug 24, 2018, 7:57 AM
Ankit SahuPosted Aug 24, 2018, 7:51 AM
Jignesh KumarPosted Aug 24, 2018, 7:43 AM