Binary data is saved and retrieved in exactly the same way as any other data. It gets transferred as a Byte array. You can write a Byte array to the file system by calling the File.WriteAllBytes method. ReadAllBytes will do the opposite.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.