Nevron .NET Vision
Nevron.Chart.CSVReader Namespace / NCsvReader Class
Properties Methods


In This Topic
    NCsvReader Class Members
    In This Topic

    The following tables list the members exposed by NCsvReader.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets/Sets the buffer size of the reader buffer.

    Default value is 512.

     
    Public PropertyGets/Sets the value of cell delimeter.

    Default value is ",".

     
    Public PropertyGets the list of NCsvColumns.  
    Public PropertyGets/Sets the value of the escape character.

    Default value is "\"

     
    Public PropertyGet/Set

    Default value is CultureInfo.InvariantCulture

     
    Public PropertyGets/Sets a value whether the csv file has a header row. If is set to true the first row of the file will be omited.

    The default value is false.

     
    Public PropertyGets/Sets the value of new row delimeter.

    Default value is ";"

     
    Public PropertyGets/Sets a value whether in csv file if cell contain cell delimiter the content of the cell is quoted.

    Default value is true.

     
    Public PropertyGets/Sets a value whether the leading and trailing spaces in cell should be ignored.

    The default value is true.

     
    Top
    Public Methods
     NameDescription
    Public MethodLoads the data from csv file to DataTable.  
    Public MethodReads the data from System.IO.Stream with csv content to a System.Data.DataTable.  
    Top
    See Also