Click or drag to resize

FieldTrimAttribute Constructor

Overload List
  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
See Also