s

C# write byte array to file edit button Edit

author
Murugan Andezuthu Dharmaratnam | calendar 01 September 2020 | 2169

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

Sample Code

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