Is there a generic class to write structured Text Files?

Posted by Burnsys on Stack Overflow See other posts from Stack Overflow or by Burnsys
Published on 2010-04-21T13:31:08Z Indexed on 2010/04/21 13:33 UTC
Read the original article Hit count: 314

Filed under:
|
|

I have several projects that need to write structured Textfiles, some with fixed size fields, other delimited by characters.

Is there a .net class that could be used for that?

I know there is a "Microsoft.VisualBasic.FileIO.TextFieldParser" that is useful for reading textfiles, i am actually searching for a ""Microsoft.VisualBasic.FileIO.TextFieldWriter"

Related: http://stackoverflow.com/questions/34182/reading-text-files-using-net

© Stack Overflow or respective owner

Related posts about .NET

Related posts about textfile