Click or drag to resize
Json.NET Schema

JSchemaValidatingReaderQuoteChar Property

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

Namespace:  Newtonsoft.Json.Schema
Assembly:  Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
public virtual char QuoteChar { get; }

Property Value

Type: Char
See Also