Alternative Method for reading Files in C#?

Posted by Sara Ste. on Stack Overflow See other posts from Stack Overflow or by Sara Ste.
Published on 2010-05-16T12:19:52Z Indexed on 2010/05/16 12:30 UTC
Read the original article Hit count: 436

Filed under:
|

Sometimes in reading data involving many names and figures reading line by line needs some serious concatenation work , is there any method that would allow me to read a specific data type? like the good old fscanf in C?

Thanks

Sara

© Stack Overflow or respective owner

Related posts about c#

Related posts about file-io