convert image to string
how i convert image to string ?????
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vinodh NarayananPosted Dec 1, 2015, 4:20 AM
Upendra Pratap ShahiPosted Dec 1, 2015, 5:03 AM
using (Image image = Image.FromFile(iPath))
{
}
iPath is your image file name path.Ravi PatelPosted Dec 1, 2015, 12:44 AM
Amit ChoudharyPosted Nov 30, 2015, 5:07 PM