Convert Image Local Path to Base64?

Hey @Anh_Nguyen

Please find the below,

In the Assign statement

strImg = Convert.ToBase64String(System.IO.File.ReadAllBytes("image file path"))

Hope this helps

Thanks
#nK

2 Likes