The LineSplitParser type exposes the following members.

Properties

  NameDescription
ContinueOnEmptyTag
Choose whether to treat empty tags as a continuation of previous tags or as a new tag with the value of the empty string.
EndOfRecord
the string delimiting records.
MergeSameTag
Enable or disable treating runs of identical tags as a single tag start event with multiple values or each as a separate tag start, value, and tag end.
SplitOffset
the offset to split at
TrimTag
Enable or disable trimming of tags.
TrimValue
Enable or disable trimming of values.

See Also