QuoteChar Property

Json.NET

Json.NET - Quick Starts & API Documentation QuoteChar Property
NamespacesNewtonsoft.JsonJsonValidatingReaderQuoteChar
Gets the quotation mark character used to enclose the value of a string.
Declaration Syntax
C# Visual Basic Visual C++
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.6.14930)