WCF-Xtensions Class Reference for Mono
QuoteChar Property (JsonReader)






Gets the quotation mark character used to enclose the value of a string.
Syntax
'Declaration
 
Public Overridable ReadOnly Property QuoteChar As System.Char
'Usage
 
Dim instance As JsonReader
Dim value As System.Char
 
value = instance.QuoteChar
public virtual System.char QuoteChar {get;}
public read-only property QuoteChar: System.Char; virtual; 
public function get QuoteChar : System.char
public: __property virtual System.char get_QuoteChar();
public:
virtual property System.char QuoteChar {
   System.char get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

JsonReader Class
JsonReader Members

Send Feedback