FixedWidthSerializer<TTargetType>.FormatOutput method
Write out a list of fields in the correct fixed width format.
protected override string FormatOutput(List<string> fieldList)
| parameter | description |
|---|---|
| fieldList | List of strings where each string represents one field in the record. |
Return Value
A single record.
See Also
- class FixedWidthSerializer<TTargetType>
- namespace TheCodingMonkey.Serialization