Info
| Version: | 3.2.1 | 
| Author(s): | Jonathan Wood | 
| Last Update: | Monday, April 28, 2025 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/SoftCircuits/SoftCircuits.FixedWidthParser | 
| NuGet Url: | https://www.nuget.org/packages/SoftCircuits.FixedWidthParser | 
Install
Install-Package SoftCircuits.FixedWidthParser
                        dotnet add package SoftCircuits.FixedWidthParser
                        paket add SoftCircuits.FixedWidthParser
                        
                                SoftCircuits.FixedWidthParser Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
Tags
 
                
Includes basic reader and writer class, and also generic classes that automatically map class properties to fixed-width fields. Includes many options to control the library's behavior.
Now targets either .NET 5.0 or .NET Standard 2.0, and supports nullable reference types.