I save in database base30 images format example
Now, i need help how convert base30 to base64 or img jpg format with C#.
I'm find one example but don't understend what is svgDocument and how fix this error.
Any solution?
Please refer below link
You can simply gets the byte array of your image and then convert it to base64string
https://msdn.microsoft.com/en-us/library/dhx0d524%28v=vs.110%29.aspx
I hope this will help you out.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.