[]
Represents the customized parser.
public interface ICsvParser
Parse text to an object, you could get the parsed result by built-in parser or overwrite it.
void Parse(CsvParseResult result, CsvParseContext context)
result
CsvParseResultThe parsed result.
context
CsvParseContextThe parsed context of the current cell.