Click or drag to resize

ReaderSettings Properties

The ReaderSettings type exposes the following members.

Properties
 NameDescription
Public propertyContinueOnError Whether to continue searching for valid data after an error occurs.
Public propertyDataElementCodesMap A code set map used for data element EDI code set validation.
Public propertyEncoding The encoding. The default is Encoding.UTF8
Public propertyLeaveOpen Whether to close the underlying stream when the reader is disposed ('false' by default).
Public propertyMaxSegmentLength The maximum length of a segment after which the search for segment terminator seizes.
Public propertyNoEnvelope Whether the transaction is wrapped up in envelope.
Public propertySeparators The separators.
Public propertySplit Whether to split if the template is marked for splitting ('false' by default).
Top
See Also