Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mtbPierre
  • Content: Threads
  • Order by date
  1. mtbPierre

    Reading non-standard charcters with StreamReader

    I'm using a StreamReader to process files from different countries in this simple way: StreamReader sr = new StreamReader(@"c:\test",System.Text.Encoding.UTF8); while((row=sr.ReadLine()) != null) { //process the line } sr.Close(); However the reader just ignores non-standard...

Part and Inventory Search

Back
Top