Class CsvContent
A class that contains the text content of a csv-file. This class is introduced as a convenience to avoid confusing filenames and csv-content string in overloaded methods.
Inherited Members
Namespace: TimeSeriesAnalysis.Utility
Assembly: TimeSeriesAnalysis.dll
Syntax
public class CsvContent
Constructors
| Edit this page View SourceCsvContent(string)
Constructor
Declaration
public CsvContent(string csvTxt)
Parameters
| Type | Name | Description |
|---|---|---|
| string | csvTxt |
Properties
| Edit this page View SourceCsvTxt
A string containting the text that is inside a csv
Declaration
public string CsvTxt { get; }
Property Value
| Type | Description |
|---|---|
| string |