[]
Represents the customized parser.
public interface ICsvParser
Public Interface ICsvParser
Name | Description |
---|---|
Parse(CsvParseResult, CsvParseContext) | Parse text to an object, you could get the parsed result by built-in parser or overwrite it. |