4
I am using Webforms. There is a certain part of this application where I send, through Ajax, a string Base64, which is the code of an image.
I’m used to using PHP and use the functions base64_encode
and base64_decode
to make the conversions to Base64.
But in C# I have no idea how to do that.
How to decode a Base64 in C# (and vice versa)?
I don’t know if it’s duplicate, I didn’t find anything related to it on the site
You want to decode an Image Base64?
– Jean Gustavo Prates