Click or drag to resize

IgnoreCommentedLinesAttribute Constructor (String)

Indicates that the engine will ignore commented lines while reading. (The Comment Marker can have any number of spaces or tabs to the left)

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

Parameters

commentMarker
Type: SystemString
The comment marker used to ignore the lines
See Also