I have an image (.png) and I want this picture to convert to binary. How can I do this?
I am using Webforms ASP.NET C#
|
|
Since you have a file use:-
|
|||
|
|
|
|||
|
|
Try this:
|
|||
|
|
|
You could do:
data would then contain the contents of the image. |
|||
|
First, convert the image into a byte array using ImageConverter class. Then specify the mime type of your png image, and voila! Here's an example:
|
|||
|
|
|
|||||
|