CSV Engine Documentation Contents
AldenSystems.CSVEngine
CSV Engine Class Library

FormatInfo.UnqualifiedTab Property

Tab delimited format with no text qualifier.

[Visual Basic]
Public Shared ReadOnly Property UnqualifiedTab As FormatInfo
[C#]
public static FormatInfo UnqualifiedTab {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