 | CsvLayoutQuoteChar Property |
Gets or sets the quote Character.
Namespace:
NLog.Layouts
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic string QuoteChar { get; set; }
Public Property QuoteChar As String
Get
Set
Dim instance As CsvLayout
Dim value As String
value = instance.QuoteChar
instance.QuoteChar = value
member QuoteChar : string with get, set
Property Value
Type:
String
RemarksDefault: "
See Also