Return to Snippet

Revision: 24621
at March 5, 2010 11:10 by jimfred


Updated Code
byte[] bytes = System.IO.File.ReadAllBytes( "myfile.bin" );

Revision: 24620
at March 5, 2010 11:08 by jimfred


Initial Code
byte[] bytes = File.ReadAllBytes( "myfile.bin" );

Initial URL


Initial Description


Initial Title
Read all bytes from a file.

Initial Tags


Initial Language
C#