TCsvParserSettings Class

Represents type TCsvParserSettings.

Namespace: System.Data.CSV
TObject
  System.Data.CSV.TCsvParserSettings
type
 TCsvParserSettings = class sealed(TObject)
 end;

The TCsvParserSettings type exposes the following members.

Show:
 NameDescription
Create

Initializes a new instance of the TCsvParserSettings class.

Top
Show:
 NameDescription
Codepage

Represents property Codepage.

DecimalSeparator

Represents property DecimalSeparator.

DelimiterChar

Represents property DelimiterChar.

EscapeChar

Represents property EscapeChar.

QuoteChar

Represents property QuoteChar.

SkipRows

Represents property SkipRows.

Top
Show:
 NameDescription
GetCodepage

Represents method GetCodepage.

GetDecimalSeparator

Represents method GetDecimalSeparator.

GetDelimiterChar

Represents method GetDelimiterChar.

GetEscapeChar

Represents method GetEscapeChar.

GetQuoteChar

Represents method GetQuoteChar.

GetSkipRows

Represents method GetSkipRows.

SetCodepage(Integer)

Represents method SetCodepage(Integer).

SetDecimalSeparator(String)

Represents method SetDecimalSeparator(String).

SetDelimiterChar(String)

Represents method SetDelimiterChar(String).

SetEscapeChar(String)

Represents method SetEscapeChar(String).

SetQuoteChar(String)

Represents method SetQuoteChar(String).

SetSkipRows(Integer)

Represents method SetSkipRows(Integer).

Top