Hey guys,
I am working on a .NET app that needs to output a file in fixed width format (basically every field/column in the file has a "fixed" length/width). Usually my console apps output in comma delimeted format which is easy to string/concat together. But I'm a little stumped on how to accomplish this. Please shed some light on any ideas you may have.
Thanks,
Damann
I am working on a .NET app that needs to output a file in fixed width format (basically every field/column in the file has a "fixed" length/width). Usually my console apps output in comma delimeted format which is easy to string/concat together. But I'm a little stumped on how to accomplish this. Please shed some light on any ideas you may have.
Thanks,
Damann