Indicates that this class represents a delimited record.
[Visual Basic]
Public Sub New( _
ByVal
delimiter As
String _
)
[C#]
public DelimitedRecordAttribute(
string delimiter);
Parameters
-
delimiter
- The separator string used to split the fields of the record.
See Also
DelimitedRecordAttribute Class | FileHelpers Namespace
Powered by: