C# write byte array to file
Edit
c# sample code to write byte array to a file.
Sample Code
File.WriteAllBytes("Foo.txt", arrBytes);
s
c# sample code to write byte array to a file.
File.WriteAllBytes("Foo.txt", arrBytes);