XmlReaderReadString Method |
When overridden in a derived class, reads the contents of an element or text node as a string.
Namespace: System.XmlAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax public virtual string ReadString()
Return Value
Type:
StringThe contents of the element or an empty string.
Exceptions Exception | Condition |
---|
XmlException | An error occurred while parsing the XML. |
See Also