|
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)
Syntaxpublic 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
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:
StringA message in case something went wrong.
See Also