Skip to content

Commit 3648203

Browse files
committed
Added info
1 parent 4304b5a commit 3648203

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ZimLabs.TableCreator/DataObjects/TableCreatorOptions.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public sealed class TableCreatorOptions
1818
public bool PrintLineNumbers { get; init; }
1919

2020
/// <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>).
2222
/// </summary>
2323
/// <remarks>
2424
/// <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
4242
public bool AddHeader { get; init; } = true;
4343

4444
/// <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"/>).
4646
/// </summary>
4747
/// <remarks>
4848
/// <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.

0 commit comments

Comments
 (0)