FieldTrimAttribute Constructor (TrimMode, Char) |
Indicates the
TrimMode used after read to truncate the field.
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic FieldTrimAttribute(
TrimMode mode,
params char[] chars
)
Public Sub New (
mode As TrimMode,
ParamArray chars As Char()
)
Parameters
- mode
- Type: FileHelpersTrimMode
The TrimMode used after read. - chars
- Type: SystemChar
A list of chars used to trim.
See Also