Used to create classes that maps to Fixed Length records.
Used to create classes that maps to Fixed Length records.
public FixedLengthClassBuilder(string);
Used to create classes that maps to Fixed Length records.
public FixedLengthClassBuilder(string,FixedMode);
Used to create classes that maps to Fixed Length records with the same structure than a DataTable.
public FixedLengthClassBuilder(string,DataTable,int);
Used to create classes that maps to Fixed Length records and automatic instanciate many string fields as values are passed in the lengths arg.
public FixedLengthClassBuilder(string,params int[]);
FixedLengthClassBuilder Class | FileHelpers.RunTime Namespace