[]
Parse text to an object, you could get the parsed result by built-in parser or overwrite it.
void Parse(CsvParseResult result, CsvParseContext context)
Sub Parse(result As CsvParseResult, context As CsvParseContext)
Type | Name | Description |
---|---|---|
CsvParseResult | result | The parsed result. |
CsvParseContext | context | The parsed context of the current cell. |