TextSerializer<TTargetType>.FormatOutput method

Write out a list of fields in the correct format.

protected abstract 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