C# write byte array to file Edit

Murugan Andezuthu Dharmaratnam | 01 September 2020 | 1765

c# sample code to write byte array to a file.

Sample Code

File.WriteAllBytes("Foo.txt", arrBytes);