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!

TextReader.ReadToEnd

Reads all characters from the current position to the end of the TextReader, and returns them as one string.

[Visual Basic]
Overridable Public Function ReadToEnd() As String
[C#]
public virtual string ReadToEnd();
[C++]
public: virtual String* ReadToEnd();
[JScript]
public function ReadToEnd() : String;

Return Value

A string containing all characters from the current position to the end of the TextReader.

See Also

TextReader Class | TextReader Members | System.IO Namespace