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
Syntaxpublic IgnoreCommentedLinesAttribute(
string commentMarker,
bool anyPlace
)
Public Sub New (
commentMarker As String,
anyPlace As Boolean
)
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