How to read and write file .txt into table C# ?

Sep 4 2014 2:54 AM

i have a file text:

       IDENT   IND   NBR      DATE     NBR 
      20000039  1   96872    26/04/13   0 
      20000040  2   34342    15/02/14   1 

How to read it and write it into table or datatable in C# ?


Answers (1)