开发者

Is there a generic class to write structured Text Files?

开发者 https://www.devze.com 2022-12-28 03:56 出处:网络
I have several projects that need to write structured Textfiles, some with fixed size fields, other delimited by characters.

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: Alternatives for enhanced reading and parsing text files using .NET


FileHelpers

The FileHelpers easy to use .NET library written in C# to read/write data from fixed length or delimited files or streams.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号