CSV Engine Documentation Contents
AldenSystems.CSVEngine
CSV Engine Class Library

FormatInfo.DefaultTab Property

Tab delimited format with double quote text qualifier.

[Visual Basic]
Public Shared ReadOnly Property DefaultTab As FormatInfo
[C#]
public static FormatInfo DefaultTab {get;}

Remarks

The returned FormatInfo object is readonly and will throw an exception if an attempt is made to alter properties.

See Also

FormatInfo Class | AldenSystems.CSVEngine Namespace