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 ?
Base64 byte[]
byte[]
You have to use Convert.FromBase64String to turn a Base64 encoded string into a byte[].
string
2.1m questions
2.1m answers
60 comments
57.0k users