Noemax FastInfoset.NET
QuoteChar Property
See Also  Send Feedback
Noemax.FastInfoset Namespace > XmlFastInfosetReader Class : QuoteChar Property






Gets the quotation mark character used to enclose the value of an attribute node.

Syntax

Visual Basic (Declaration) 
Public Overrides NotOverridable ReadOnly Property QuoteChar As Char
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetReader
Dim value As Char
 
value = instance.QuoteChar
C# 
public override char QuoteChar {get;}
Delphi 
public read-only property QuoteChar: Char; override; 
JScript 
public override function get QuoteChar : char
Managed Extensions for C++ 
public: __property char get_QuoteChar() override;
C++/CLI 
public:
property char QuoteChar {
   char get() override;
}

See Also