Click or drag to resize

FieldTrimAttribute Class

Indicates the TrimMode used after reading to truncate the field.
Inheritance Hierarchy

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public sealed class FieldTrimAttribute : Attribute

The FieldTrimAttribute type exposes the following members.

Constructors
  NameDescription
Public methodFieldTrimAttribute(TrimMode)
Indicates the TrimMode used after read to truncate the field. By default trims the blank spaces and tabs.
Public methodFieldTrimAttribute(TrimMode, Char)
Indicates the TrimMode used after read to truncate the field.
Public methodFieldTrimAttribute(TrimMode, String)
Indicates the TrimMode used after read to truncate the field.
Top
Properties
  NameDescription
Public propertyTrimChars
A string of chars used to trim.
Public propertyTrimMode
The TrimMode used after read.
Top
Remarks
See the complete attributes list for more information and examples of each one.
See Also