How to skip first line while reading csv using streamreader

How to skip first line while reading csv using streamreader

瀏覽:323
日期:2025-04-28
2012年2月1日 - List values = new List(); using (StreamReader sr ... Just read it first before you get into the loop. I'd do this: using (StreamReader ......看更多