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
Syntaxpublic IgnoreCommentedLinesAttribute(
string commentMarker
)
Public Sub New (
commentMarker As String
)
Parameters
- commentMarker
- Type: SystemString
The comment marker used to ignore the lines
See Also