Reading text files in csharp

From MyWiki
Revision as of 21:43, 27 March 2015 by George2 (Talk | contribs)

Jump to: navigation, search

Readng text files in c#. Example 1 This seems to red all the text into memory first.
Reading a test file one line at a time This works very well.
Reading a file using filestream in csharp This may be for binary files