|
CroSecAliasNameTableread Method (String)
|
read CSV-table with alias names.
Namespace:
Karamba.CrossSections
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic string read(
string path
)
Public Function read (
path As String
) As String
public:
String^ read(
String^ path
)
member read :
path : string -> string
Parameters
- path
- Type: SystemString
path to CSV-file with alias names.
Return Value
Type:
Stringmessages generated during reading the CSV-data.
See Also