Click or drag to resize
XmlReaderReadElementContentAsString Method
Overload List
  NameDescription
Public methodReadElementContentAsString
Reads the current element and returns the contents as a String object.
Public methodReadElementContentAsString(String, String)
Checks that the specified local name and namespace URI matches that of the current element, then reads the current element and returns the contents as a String object.
Top
See Also