Class CsvSettings
Represents CSV settings.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.FormatProviders.TextBased.Core
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class CsvSettings
Constructors
CsvSettings()
Declaration
public CsvSettings()
Properties
Delimiter
Gets or sets the delimiter symbol.
Declaration
public char Delimiter { get; set; }
Property Value
System.Char
The delimiter symbol. |
Encoding
Gets or sets the encoding.
Declaration
public Encoding Encoding { get; set; }
Property Value
System.Text.Encoding
The encoding. |
HasHeaderRow
Gets or sets the has header row.
Declaration
public bool HasHeaderRow { get; set; }
Property Value
System.Boolean
The has header row. |
Quote
Gets or sets the quote symbol.
Declaration
public char Quote { get; set; }
Property Value
System.Char
The quote symbol. |
ShouldExportEmptyValues
Gets or Sets a value indicating whether the empty values are exported.
Declaration
public bool ShouldExportEmptyValues { get; set; }
Property Value
System.Boolean
True if the empty values are exported; otherwise false. |
Methods
Equals(Object)
Determines whether the specified System.Object is equal to the current System.Object.
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
The object to compare with the current object. |
Returns
System.Boolean
|
Overrides
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System.Int32
A hash code for the current System.Object. |
Overrides
Operators
Equality(CsvSettings, CsvSettings)
Implements the less operator.
Declaration
public static bool operator ==(CsvSettings first, CsvSettings second)
Parameters
CsvSettings
first
The first value. |
CsvSettings
second
The second value. |
Returns
System.Boolean
The result of the operator. |
Inequality(CsvSettings, CsvSettings)
Implements the less operator.
Declaration
public static bool operator !=(CsvSettings first, CsvSettings second)
Parameters
CsvSettings
first
The first value. |
CsvSettings
second
The second value. |
Returns
System.Boolean
The result of the operator. |