Indicates that the engine must ignore commented lines while reading.
[Visual Basic]
Overloads Public Sub New( _
ByVal
commentMarker As
String, _
ByVal
anyPlace As
Boolean _
)
[C#]
public IgnoreCommentedLinesAttribute(
string commentMarker,
bool anyPlace);
Parameters
-
commentMarker
- The comment marker used to ignore the lines
-
anyPlace
- Indicates if the comment can have spaces or tabs at left (true by default)
See Also
IgnoreCommentedLinesAttribute Class | FileHelpers Namespace | IgnoreCommentedLinesAttribute Constructor Overload List
Powered by: