Creates a new instance of the StringReader class.
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);
StringReader Class | StringReader Members | System.IO Namespace