0 out of 1 rated this helpful - Rate this topic

XmlReader.ReadElementString Method

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

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method ReadElementString() Reads a text-only element.
Public method ReadElementString(String) Checks that the Name property of the element found matches the given string before reading a text-only element.
Public method ReadElementString(String, String) Checks that the LocalName and NamespaceURI properties of the element found matches the given strings before reading a text-only element.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.