Delimiter

CsvDataLoadOptions.Delimiter property

Gets or sets the character to be used as a column delimiter.

public char Delimiter { get; set; }

Remarks

The default value is ‘,’ (comma).

See Also