FieldTrimAttribute Constructor (TrimMode, String) |
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,
string trimChars
)
Public Sub New (
mode As TrimMode,
trimChars As String
)
Parameters
- mode
- Type: FileHelpersTrimMode
The TrimMode used after read. - trimChars
- Type: SystemString
A string of chars used to trim.
See Also