Skip to content

Frequently Asked Questions

Michael Scribellito edited this page Jul 20, 2018 · 1 revision

Can FixedWidth help me parse large text files?

As of now, no. The API simply maps one string to an object or vice versa. However, you could loop through a large file and use the TextSerializer object to deserialize/serialize.

Clone this wiki locally