Search Results for

    Show / Hide Table of Contents

    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.

    Inheritance
    object
    CsvContent
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: TimeSeriesAnalysis.Utility
    Assembly: TimeSeriesAnalysis.dll
    Syntax
    public class CsvContent

    Constructors

    | Edit this page View Source

    CsvContent(string)

    Constructor

    Declaration
    public CsvContent(string csvTxt)
    Parameters
    Type Name Description
    string csvTxt

    Properties

    | Edit this page View Source

    CsvTxt

    A string containting the text that is inside a csv

    Declaration
    public string CsvTxt { get; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX