NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlTextReader.ReadString

Reads the contents of an element as a string.

[Visual Basic]
Overrides Public Function ReadString() As String
[C#]
public override string ReadString();
[C++]
public: override String* ReadString();
[JScript]
public override function ReadString() : String;

Return Value

The contents of the element.

Exceptions

Exception Type Condition
XmlException Markup was found instead of an end tag.

See Also

XmlTextReader Class | XmlTextReader Members | System.NewXml Namespace