XmlReader.ReadElementString Method

This is a helper method for reading simple text-only elements.

Overload List

Name Description
XmlReader.ReadElementString () Reads a text-only element.
XmlReader.ReadElementString (String) Checks that the Name property of the element found matches the given string before reading a text-only element.
XmlReader.ReadElementString (String, String) Checks that the LocalName and NamespaceURI properties of the element found matches the given strings before reading a text-only element.

Version Information

Available in the .NET Micro Framework versions 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

XmlReader Class
XmlReader Members
System.Xml Namespace