I have an html file which I want to convert it's images from local source to base64 using C#.
<img width=83 height=100
src="Untitled_files/image001.png" alt="cid:[email protected]"
v:shapes="Picture_x0020_1">
It'll be appreciated if you help me.