|
CroSecAliasNameTableread Method (String)
|
read CSV-table with alias names
Namespace:
Karamba.CrossSections
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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