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 Class

Implements a TextReader that reads from a string.

Object
   TextReader
      StringReader

[Visual Basic]
Public Class StringReader
   Inherits TextReader
[C#]
public class StringReader : TextReader
[C++]
public __gc class StringReader : public TextReader
[JScript]
public class StringReader extends TextReader

Remarks

[To be supplied.]

Requirements

Namespace: System.IO

Assembly: mscorlib.dll

See Also

StringReader Members | System.IO Namespace | TextReader | StringWriter