FieldTrimAttribute Constructor (TrimMode) |
Indicates the
TrimMode used after read to truncate the field. By default trims the blank spaces and tabs.
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic FieldTrimAttribute(
TrimMode mode
)
Public Sub New (
mode As TrimMode
)
Parameters
- mode
- Type: FileHelpersTrimMode
The TrimMode used after read.
See Also