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

[Missing <returns> documentation for "M:Karamba.CrossSections.CroSecAliasNameTable.read(System.String,System.Int32)"]

See Also