CSV Engine Documentation Contents
AldenSystems.CSVEngine
CSV Engine Class Library

FormatInfo Class

FormatInfo describes the format of a data file.

For a list of all members of this type, see FormatInfo Members.

System.Object
AldenSystems.CSVEngine.FormatInfo

[Visual Basic]
Public Class FormatInfo
[C#]
public class FormatInfo

Remarks

Use FormatInfo to supply advanced parameters for custom formats to the Reader and Writer classes.

FormatInfo also exposes several static read only instances preinitialized with common formats.

If the intended format does not include a text qualifier, set the TextQualifier property to EmptyQualifier.

Requirements

Namespace: AldenSystems.CSVEngine

Assembly: CSVEngine (in CSVEngine.dll)

See Also

FormatInfo Members | AldenSystems.CSVEngine Namespace