Revision history of "Reading a file using filestream in csharp"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 21:45, 27 March 2015George2 (Talk | contribs). . (752 bytes) (+752). . (Created page with "<source lang="csharp"> using System.IO; public static byte[] ReadFile(string filePath) { byte[] buffer; FileStream fileStream = new FileStream(filePath, FileMode.Open, Fi...")