Creates an instance of GetDelimiterArgs.
- Namespace
- CsvHelper
.Delegates - Containing Type
- GetDelimiterArgs
Syntax
public GetDelimiterArgs(string text, IParserConfiguration configuration)
Parameters
| Name | Type | Description |
|---|---|---|
| text | string | The text to resolve the delimiter from. |
| configuration | IParserConfiguration | The configuration. |