I have a base64 encoded string.
How can I write this base64 encoded string to a file?
Try this:
File.WriteAllBytes(@"c:yourfile", Convert.FromBase64String(yourBase64String));
1.4m articles
1.4m replys
5 comments
57.0k users