C# Convert a Base64 -> byte[] December 22, 2022 by Tarik You have to use Convert.FromBase64String to turn a Base64 encoded string into a byte[].