File tree 1 file changed +2
-2
lines changed
ZimLabs.TableCreator/DataObjects
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public sealed class TableCreatorOptions
18
18
public bool PrintLineNumbers { get ; init ; }
19
19
20
20
/// <summary>
21
- /// Gets or sets the delimiter which should be used for the CSV export. (default = <c>;</c>).
21
+ /// Gets or sets the delimiter which should be used for the CSV export (default = <c>;</c>).
22
22
/// </summary>
23
23
/// <remarks>
24
24
/// <b>Note</b>: This value is only needed when the <see cref="OutputType"/> is set to <see cref="OutputType.Csv"/>.
@@ -42,7 +42,7 @@ public sealed class TableCreatorOptions
42
42
public bool AddHeader { get ; init ; } = true ;
43
43
44
44
/// <summary>
45
- /// Gets or sets the value which indicates whether <i>text</i> values should be encapsulated with quotation marks.
45
+ /// Gets or sets the value which indicates whether <i>text</i> values should be encapsulated with quotation marks (default = <see langword="false"/>) .
46
46
/// </summary>
47
47
/// <remarks>
48
48
/// <b>Note</b>: If this value is set to <see langword="true"/>, the attribute is ignored on the respective property for <i>text</i> fields.
You can’t perform that action at this time.
0 commit comments