Represents a CSV table.
Mais...
Derivada de IEnumerable< string[]>.
|
| | CSV (string path, char sep=';') |
| | Imports a new instance of CSV given a csv file. Mais...
|
| |
| | CSV (IEnumerable< string[]> lines) |
| | Gets a new instance of CSV given a table. Mais...
|
| |
| | CSV (IEnumerable< IEnumerable< string >> lines) |
| | Gets a new instance of CSV given a table. Mais...
|
| |
| void | Export (string path, char sep=';') |
| | Exports the CSV to the file system. Mais...
|
| |
|
IEnumerator< string[]> | GetEnumerator () |
| |
◆ CSV() [1/3]
| LSRE2.CSV.CSV |
( |
string |
path, |
|
|
char |
sep = ';' |
|
) |
| |
Imports a new instance of CSV given a csv file.
- Parâmetros
-
◆ CSV() [2/3]
| LSRE2.CSV.CSV |
( |
IEnumerable< string[]> |
lines | ) |
|
Gets a new instance of CSV given a table.
- Parâmetros
-
◆ CSV() [3/3]
| LSRE2.CSV.CSV |
( |
IEnumerable< IEnumerable< string >> |
lines | ) |
|
Gets a new instance of CSV given a table.
- Parâmetros
-
◆ Export()
| void LSRE2.CSV.Export |
( |
string |
path, |
|
|
char |
sep = ';' |
|
) |
| |
Exports the CSV to the file system.
- Parâmetros
-
◆ Lines
How many lines the CSV has.
A documentação para esta classe foi gerada a partir do seguinte ficheiro: