Mono Class Library: System.IO.TextReader Overview | MembersSystem.IO.TextReader.ReadToEnd Method |
Reads all characters from the current position in the character source to the end of the source. [Edit]
|
A string containing all characters from the current position to the end of the character source. [Edit]
Type Reason System.IO.IOException An I/O error occurred. [Edit] OutOfMemoryException There is insufficient memory to allocate a buffer for the returned string. [Edit] ArgumentOutOfRangeException The number of characters from the current position to the end of the underlying stream is larger than int.MaxValue. [Edit]
Operation
As described above. [Edit]
Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0