StringReader Constructor
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the StringReader class that reads from the specified string.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- s
- Type: System.String
The string to which the StringReader should be initialized.
| Exception | Condition |
|---|---|
| ArgumentNullException | The s parameter is null. |
Show: