Revision: 24621
Updated Code
at March 5, 2010 11:10 by jimfred
Updated Code
byte[] bytes = System.IO.File.ReadAllBytes( "myfile.bin" );
Revision: 24620
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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#