CSV Engine Documentation Contents
AldenSystems.CSVEngine
CSV Engine Class Library

FormatInfo.FieldDelimiter Property

The character that delimits fields in a row of data.

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

Exceptions

Exception Type Condition
Exception Thrown if the instance is readonly.

See Also

FormatInfo Class | AldenSystems.CSVEngine Namespace