Property RecordDelimiter
RecordDelimiter
Gets or sets what separates two records. The default is a carriage return and a line feed.
public string RecordDelimiter { get; set; }
Property Value
Exceptions
- ArgumentException
The value is empty.
Gets or sets what separates two records. The default is a carriage return and a line feed.
public string RecordDelimiter { get; set; }
The value is empty.