CSV Engine Documentation Contents
AldenSystems.CSVEngine
CSV Engine Class Library

FormatInfo.TextQualifier Property

The character that encloses text and escapes occurances of that character in field data.

[Visual Basic]
Public Property TextQualifier As Char
[C#]
public char TextQualifier {get; set;}

Remarks

Set TextQualifier to EmptyQualifier to indicate no qualifier is present or required.

Exceptions

Exception Type Condition
Exception Thrown if the instance is readonly.

See Also

FormatInfo Class | AldenSystems.CSVEngine Namespace