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!

StringReader Constructor

Creates a new instance of the StringReader class.

Overload List

Creates a new instance of the StringReader class.

[Visual Basic] Overloads Protected Sub New()
[C#] protected StringReader();
[C++] protected: StringReader();
[JScript] protected function StringReader();

Creates a new instance of the StringReader class for the specified string.

[Visual Basic] Overloads Public Sub New(String)
[C#] public StringReader(String);
[C++] public: StringReader(String*);
[JScript] public function StringReader(String);

See Also

StringReader Class | StringReader Members | System.IO Namespace