Class CSVReader
Inherited Members
Namespace: Virgis
Assembly: cs.temp.dll.dll
Syntax
public class CSVReader
Fields
Payload
Declaration
public string Payload
Field Value
| Type | Description |
|---|---|
| String |
Methods
Load(String)
Declaration
public Task Load(string file)
Parameters
| Type | Name | Description |
|---|---|---|
| String | file |
Returns
| Type | Description |
|---|---|
| Task |
Read()
Declaration
public CSVData Read()
Returns
| Type | Description |
|---|---|
| CSVData |