| XmlReaderReadElementString Method |
| 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. |