Gets the quotation mark character used to enclose the value of a string.

Declaration Syntax
public override char QuoteChar { get; protected internal set; }
Public Overrides Property QuoteChar As Char
Get
Protected Friend Set
public:
virtual property wchar_t QuoteChar {
wchar_t get () override;
protected public: void set (wchar_t value) override;
}
Value
Assembly:
Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.5.14908)