Base64 encoded string to file February 17, 2023 by Tarik Try this: File.WriteAllBytes(@"c:\yourfile", Convert.FromBase64String(yourBase64String));