LSRE 2
Referência à classe LSRE2.CSV

Represents a CSV table. Mais...

Derivada de IEnumerable< string[]>.

Membros públicos

 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 ()
 

Propriedades

int Lines [get]
 How many lines the CSV has. Mais...
 

Descrição detalhada

Represents a CSV table.

Documentação dos Construtores & Destrutor

◆ CSV() [1/3]

LSRE2.CSV.CSV ( string  path,
char  sep = ';' 
)

Imports a new instance of CSV given a csv file.

Parâmetros
path
sepColumn separator

◆ CSV() [2/3]

LSRE2.CSV.CSV ( IEnumerable< string[]>  lines)

Gets a new instance of CSV given a table.

Parâmetros
lines

◆ CSV() [3/3]

LSRE2.CSV.CSV ( IEnumerable< IEnumerable< string >>  lines)

Gets a new instance of CSV given a table.

Parâmetros
lines

Documentação dos métodos

◆ Export()

void LSRE2.CSV.Export ( string  path,
char  sep = ';' 
)

Exports the CSV to the file system.

Parâmetros
pathColumn separator

Documentação das propriedades

◆ Lines

int LSRE2.CSV.Lines
get

How many lines the CSV has.


A documentação para esta classe foi gerada a partir do seguinte ficheiro: