December 10th, 2008
Encoding and Decoding Binary data using Base64 with C# - 1
It is often necessary to convert binary data to and from strings. One common way of encoding such information is through Base-64 encoding. The following post shows you how to convert a byte array to a Base64 string , and back again.



Except where otherwise noted, content on this site is