Click or drag to resize
XmlReaderReadString Method
When overridden in a derived class, reads the contents of an element or text node as a string.

Namespace: System.Xml
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
public virtual string ReadString()

Return Value

Type: String
The contents of the element or an empty string.
Exceptions
ExceptionCondition
XmlExceptionAn error occurred while parsing the XML.
See Also