Class GINA_WEL
- Namespace
- BlueM.Wave.Fileformats
- Assembly
- Wave.dll
Class for the GINA WEL file format It is essentially a CSV format, this class only contains a method for detecting the format and overrides the CSV import settings in the constructor
public class GINA_WEL : CSV
- Inheritance
-
GINA_WEL
- Inherited Members
Remarks
Format siehe https://wiki.bluemodel.org/index.php/GINA-WEL-Format
Constructors
GINA_WEL(string)
public GINA_WEL(string FileName)
Parameters
FileName
string
Methods
verifyFormat(string)
Checks if the file is a GINA WEL result file
public static bool verifyFormat(string file)
Parameters
file
stringfile path
Returns
- bool
True if the file is a GINA WEL result file