|
|
Browse by Tags
All Tags » ASP.NET » .NET » Visual Basic (RSS)
-
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 ...
|
|
|