May 7, 2012
Saving and Loading a Byte Array To File in C#
Need a quick way to save a byte array to file and read back? So did I, and thought I’d include this simple code snippet for anybody who needed it as well. Includes Code : Saving to File Note below, there are two additional options (besides the name) you can include in the FileStream, FileMode and FileAccess. FileMode lets you...