All Tags »
ASP.NET »
Tips and Tricks »
.NET »
Visual Basic (RSS)
Sorry, but there are no more tags available to filter with.
-
Quite often, vendors pass images or PDFs to customers using the binary contents of the file. To make it more secure, they convert the binary contents to a Base64 string. A full explanation about Base64 encoding can be found at Wikipedia here. Anyway, when you receive the string, you cannot simply write it to a file or to the browser. First, you ...