Click or drag to resize
FixedWidthReaderUserSettingsCaptureRawRecord Property
Determines whether the unparsed record text, FixedWidthReader, should be preserved while parsing. Slightly better performce can be obtained by setting this to false when the record text will not be used. Default is true.

Namespace: DataStreams.FixedWidth
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public bool CaptureRawRecord { get; set; }

Property Value

Type: Boolean
See Also