This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.CsvHelper.
Summary
Gets or sets the value used to separate the fields in a CSV row.
- Assembly
- Cake
.CsvHelper .dll - Namespace
- Cake
.CsvHelper - Containing Type
- CsvHelperSettings
Syntax
public string Delimiter { get; set; }
Value
Type | Description |
---|---|
string |
Defaults to Encoding.UTF8 .
|