CsvAnalyzerResult Class

Result of the analysis of a CSV file.

Definition

Namespace: FolkerKinzel.CsvTools
Assembly: FolkerKinzel.CsvTools (in FolkerKinzel.CsvTools.dll) Version: 2.0.2+e1e095fbd3614788c84dad3204b1e88c20f89802
C#
public sealed class CsvAnalyzerResult
Inheritance
Object    CsvAnalyzerResult

Constructors

CsvAnalyzerResultInitializes a new instance of the CsvAnalyzerResult class

Properties

ColumnNamesThe column names of the CSV file, or null if the CSV file has no header row.
DelimiterThe field separator character.
IsHeaderPresentGets a value that indicates whether the CSV file has a header row.
OptionsOptions for reading the CSV file.
RowLength Gets the number of fields in a data row of the CSV file.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also