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

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

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

Parameters

s
The string to read.

See Also

StringReader Class | StringReader Members | System.IO Namespace | StringReader Constructor Overload List