I’ve looked everywhere for the answer to this question but cant find anything so hoping you guys can help me on here.
Basically I want to insert an image into an element in xml document that i have using c#
I understand i have to turn it into bytes but im unsure of how to do this and then insert it into the correct element…
please help as i am a newbie
File.ReadAllBytes().
using Convert.ToBase64String().
your element content.
Doneski!