The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
XmlReader::QuoteChar Property
.NET Framework (current version)
When overridden in a derived class, gets the quotation mark character used to enclose the value of an attribute node.
Assembly: System.Xml (in System.Xml.dll)
Property Value
Type: System::CharThe quotation mark character (" or ') used to enclose the value of an attribute node.
| Exception | Condition |
|---|---|
| InvalidOperationException | An XmlReader method was called before a previous asynchronous operation finished. In this case, InvalidOperationException is thrown with the message “An asynchronous operation is already in progress.” |
This property applies only to an attribute node.
.NET Framework
Available since 1.1
Available since 1.1
Show: