Mono Class Library: System.Xml.XmlReader Overview | MembersSystem.Xml.XmlReader.ReadElementString Overloads |
The overloads of ReadElementString are listed below. For a list of all members, see the XmlReader Members list.
ReadElementString() : string Reads the contents of a text-only element.ReadElementString(string) : string Reads the contents of a text-only element with the specified qualified name.ReadElementString(string, string) : string Reads the contents of a text-only element with the specified local name and namespace URI.