QuoteChar Property

Json.NET

Json.NET - Quick Starts & API Documentation QuoteChar Property
NamespacesNewtonsoft.JsonJsonTextWriterQuoteChar
Gets or sets which character to use to quote attribute values.
Declaration Syntax
C# Visual Basic Visual C++
public char QuoteChar { get; set; }
Public Property QuoteChar As Char
	Get
	Set
public:
property wchar_t QuoteChar {
	wchar_t get ();
	void set (wchar_t value);
}

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)