CSV Engine Documentation Contents
AldenSystems.CSVEngine
CSV Engine Class Library

FormatInfo Properties

The properties of the FormatInfo class are listed below. For a complete list of FormatInfo class members, see the FormatInfo Members topic.

Public Static (Shared) Properties

DefaultCSV Comma delimited format with double quote text qualifier.
DefaultTab Tab delimited format with double quote text qualifier.
EmptyQualifier Returns a value for application to the TextQualifier property to signify that no qualifier is required.
UnqualifiedCSV Comma delimited format with no text qualifier.
UnqualifiedTab Tab delimited format with no text qualifier.

Public Instance Properties

Encoding The encoding format of the file.
FieldDelimiter The character that delimits fields in a row of data.
RowDelimiters Characters that indicate the end of a data row.
TextQualifier The character that encloses text and escapes occurances of that character in field data.

See Also

FormatInfo Class | AldenSystems.CSVEngine Namespace