Creates an
IReader.
Syntax
public virtual IReader CreateReader(TextReader reader, CultureInfo cultureInfo)
Parameters
| Name | Type | Description |
|---|---|---|
| reader | TextReader | The text reader to use for the csv reader. |
| cultureInfo | CultureInfo | The culture information. |
Return Value
| Type | Description |
|---|---|
| IReader | The created reader. |