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 Constructor (String)

Creates an XML reader for a string.

[Visual Basic]
Overloads Public Sub New( _
   ByVal s As String _
)
[C#]
public XmlTextReader(
   string s
);
[C++]
public: XmlTextReader(
   String* s
);
[JScript]
public function XmlTextReader(
   s : String
);

Parameters

s
A string containing an XML document.

See Also

XmlTextReader Class | XmlTextReader Members | System.Xml Namespace | XmlTextReader Constructor Overload List