CroSecTableread(String, Int32) Method
read CSV-file from given path, sort resulting table according to item in specified column if required.
Namespace: Karamba.CrossSectionsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public string read(
string path,
int fieldID
)
Public Function read (
path As String,
fieldID As Integer
) As String
public:
String^ read(
String^ path,
int fieldID
)
member read :
path : string *
fieldID : int -> string
- path String
- path to CSV-file.
- fieldID Int32
- zero based column index according to which the table is to be sorted.
No sorting takes place if the value is smaller than zero.
StringAn error message if not empty.