C# Convert a Base64 -> byte[]

Viewed 187253

I have a Base64 byte[] array which is transferred from a stream which i need to convert it to a normal byte[] how to do this ?

5 Answers
Related