Json.NET - Quick Starts & API Documentation
QuoteChar Property
NamespacesNewtonsoft.JsonJsonReaderQuoteChar
Gets the quotation mark character used to enclose the value of a string.
Declaration Syntax
C#Visual BasicVisual C++
public virtual char QuoteChar { get; protected internal set; }
Public Overridable Property QuoteChar As Char
public:
virtual property wchar_t QuoteChar {
	wchar_t get ();
	void set (wchar_t value);
}

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 3.5.0.0 (3.5.0.0)