Method ReadCSV
ReadCSV(string)
Reads a CSV file and converts each line to FormaDataRow
Declaration
public static List<FormaDataRow> ReadCSV(string path)
Parameters
| Type | Name | Description |
|---|---|---|
| string | path | The path. |
Returns
| Type | Description |
|---|---|
| List<FormaDataRow> | List<FormaDataRow>. |