Property | Type | Description | |
---|---|---|---|
data | string[][] |
Method | Description | |
---|---|---|
Column ( string columnHeader ) : int? | ||
Get ( int row, string column ) : string | ||
GetBool ( int row, string columnHeader ) : bool | ||
GetDouble ( int row, string column ) : double | ||
GetInt ( int row, string columnHeader ) : int | ||
LoadCsv ( string csv ) : void |
Method | Description | |
---|---|---|
BoolParse ( string s ) : bool | ||
DoubleParse ( string s ) : double |
public Get ( int row, string column ) : string | ||
row | int | |
column | string | |
return | string |
public GetBool ( int row, string columnHeader ) : bool | ||
row | int | |
columnHeader | string | |
return | bool |
public GetDouble ( int row, string column ) : double | ||
row | int | |
column | string | |
return | double |
public GetInt ( int row, string columnHeader ) : int | ||
row | int | |
columnHeader | string | |
return | int |