CsvSerializer<TTargetType>.Parse method

Parses a line of text as a record and returns the fields.

protected override List<string> Parse(string text)
parameter description
text A single line of text for the entire record out of the file.

Return Value

A list of strings, where each string represents a field in the record.

See Also