I'm using WebForms. It has a certain part of this application where I send, through Ajax, a base64 string, which is the code of an image.
I'm used to using PHP and I use the base64_encode
and base64_decode
functions to do the base64 conversions.
But in C # I have no idea how to do this.
How to decode a base64 in C # (and vice versa)?
I do not know if it is duplicate, I did not find anything referring to it in the site