Browse by Tags

Related Posts

  • CSV to TextReader

    /// <summary> /// Take a file path and return a TextReader /// </summary> /// <param name="file_path"></param> /// <returns></returns> private TextReader OpenFile ( string file_path) { try { // Read the CSV file in to a TextReader TextReader _rdr = File .OpenText(file_path...
    Posted to Object reference not set to an instance of an object (Weblog) by funky_rus on 02-19-2008, 12:00 AM
    Filed under: ASP.NET, ASP .NET, C#, Visual Studio, .NET, CSV, System.IO, TextReader
Page 1 of 1 (1 items)
Microsoft Communities