Click or drag to resize

IgnoreCommentedLinesAttribute Constructor (String, Boolean)

Indicates that the engine will ignore commented lines while reading.

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public IgnoreCommentedLinesAttribute(
	string commentMarker,
	bool anyPlace
)

Parameters

commentMarker
Type: SystemString
The comment marker used to ignore the lines
anyPlace
Type: SystemBoolean
Indicates if the comment can have spaces or tabs to the left (true by default)
See Also