RecordDelimiter Property (CsvExporter)
In This Topic
Gets ot sets the record delimiter to put at the end of each record. The default value is <cr><lf>.
Syntax
'Declaration
Public Property RecordDelimiter As String
public string RecordDelimiter {get; set;}
See Also