I have a image that I need to embed in XML and then retrieve the image using C#. How can I do this?
4 Answers
you can convert your image into base64 data and write in xml !
help:
Comments
embed image in xml? You mean putting image in a xml document?
See the link http://www.codeproject.com/KB/cs/lookchanger.aspx
1 Comment
kenny
I think he means transferring an image via xml. ;)