I need convert image to Data URL (embedding Image) in the Win-application for HTML and I need Data URL (embedding Image) to image.
public static string GetDataURL(string imgFile) { return ""; }