QuoteChar Property

Json.NET

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 Basic Visual C++
public virtual char QuoteChar { get; protected internal set; }
Public Overridable Property QuoteChar As Char
	Get
	Protected Friend Set
public:
virtual property wchar_t QuoteChar {
	wchar_t get ();
	protected public: void set (wchar_t value);
}

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)