Click or drag to resize

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
Syntax
public FieldTrimAttribute(
	TrimMode mode,
	params char[] chars
)

Parameters

mode
Type: FileHelpersTrimMode
The TrimMode used after read.
chars
Type: SystemChar
A list of chars used to trim.
See Also