XmlReader.ReadElementString Method
.NET Framework 3.5
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.
| Name | Description | |
|---|---|---|
|
ReadElementString() | Reads a text-only element. |
|
ReadElementString(String) | Checks that the Name property of the element found matches the given string before reading a text-only element. |
|
ReadElementString(String, String) | Checks that the LocalName and NamespaceURI properties of the element found matches the given strings before reading a text-only element. |