Click or drag to resize
XmlReaderReadElementString Method
Overload List
  NameDescription
Public methodReadElementString
Reads a text-only element.
Public methodReadElementString(String)
Checks that the Name property of the element found matches the given string before reading a text-only element.
Public methodReadElementString(String, String)
Checks that the LocalName and NamespaceURI properties of the element found matches the given strings before reading a text-only element.
Top
See Also