Converting image to byte/encoding it? - RichTextBox
- by user1667191
I have strings that are "Images", although they are in "String" format.
Here's how one of the strings look like: {\pict\wmetafile8\picw820\pich900\picwgoal465\pichgoal510
010009000003ac1000000000f60900000000f6090000..etc.. It goes on like this for a few more lines.
The guy that got this said he converted the image by pasting it in a richtextbox and getting that string. How can I go about getting the same result? Sorry for the lack of info. Just not sure how this is called.