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!

XmlReader.ReadString

Reads the contents of an element as a string.

[Visual Basic]
MustOverride Public Function ReadString() As String
[C#]
public abstract string ReadString();
[C++]
public: virtual String* ReadString() = 0;
[JScript]
public abstract 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

XmlReader Class | XmlReader Members | System.NewXml Namespace