StreamReader.EndOfStream Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value that indicates whether the current stream position is at the end of the stream.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Booleantrue if the current stream position is at the end of the stream; otherwise false.
| Exception | Condition |
|---|---|
| ObjectDisposedException | The underlying stream has been disposed. |
Show: