Click or drag to resize

TrimMode Enumeration

Indicates the trimming behavior of the leading and trailing whitespace.

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public enum TrimMode
Members
  Member nameValueDescription
None0No trimming is performed.
Both1The field is trimmed on both sides.
Left2The field is trimmed on the left.
Right3The field is trimmed on the right.
See Also