Click or drag to resize

CroSecAliasNameTableread Method (String, Int32)

Read CSV-table with alias names, sort according to items in specified column.

Namespace:  Karamba.CrossSections
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public string read(
	string path,
	int fieldID
)

Parameters

path
Type: SystemString
path to CSV-file.
fieldID
Type: SystemInt32
zero based index of column which is used for sorting. No sorting takes place if it is smaller than zero.

Return Value

Type: String
A message in case something went wrong.
See Also