s
Home > c# > c# write byte array to file
c# sample code to write byte array to a file.
File.WriteAllBytes("Foo.txt", arrBytes);