Wednesday, August 28, 2013

How to read a file into byte array in asp net C# or VB?

Just use
System.IO.File.ReadAllBytes(filename);

No comments:

Post a Comment