CSV Engine Documentation Contents
AldenSystems.CSVEngine
CSV Engine Class Library

FormatInfo Members

FormatInfo overview

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 Constructors

FormatInfo Constructor Instantiates a new instance of a FormatInfo class.

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.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

FormatInfo Class | AldenSystems.CSVEngine Namespace