Skip to content

Unable to convert SVG string #154

Answered by AlanFloyd
AlanFloyd asked this question in Q&A
Discussion options

You must be logged in to vote

Many thanks. Not very sure how to do this, like this?

public static string DecodeBase64ToString(string valor) { byte[] myBase64ret = Convert.FromBase64String(valor); string myStr = System.Text.Encoding.UTF8.GetString(myBase64ret); return myStr; }

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@AlanFloyd
Comment options

Answer selected by AlanFloyd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #153 on April 13, 2023 07:10.