Click or drag to resize

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
Syntax
public FieldTrimAttribute(
	TrimMode mode,
	string trimChars
)

Parameters

mode
Type: FileHelpersTrimMode
The TrimMode used after read.
trimChars
Type: SystemString
A string of chars used to trim.
See Also