CSV Engine Documentation Contents
AldenSystems.CSVEngine
CSV Engine Class Library

Reader.DiscardEnclosedPriors Property

Some attributes and methods of the Reader class are available in the commercial version only.

Will cause any characters prior to the first enclose character to be discarded.

[Visual Basic]
Public Property DiscardEnclosedPriors As Boolean
[C#]
public bool DiscardEnclosedPriors {get; set;}

See Also

Reader Class | AldenSystems.CSVEngine Namespace