XmlReader.ReadString Method

Reads the contents of an element or text node as a string.

Namespace: System.Xml
Assembly: System.Xml (in system.xml.dll)

Syntax

public virtual string ReadString ()

Return Value

The contents of the element or an empty string.

Version Information

Available in the .NET Micro Framework versions 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

XmlReader Class
XmlReader Members
System.Xml Namespace