Click or drag to resize

CroSecTableread Method (String, Int32)

read CSV-file from given path, sort resulting table according to item in specified column if required

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 column index according to which the table is to be sorted. No sorting takes place if the value is smaller than zero.

Return Value

Type: String

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

See Also