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.ReadToEnd

Reads the stream as a string, either in its entirety or from the current position to the end of the stream.

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

Return Value

The stream as a string, from the current position to the end of the stream.

See Also

StringReader Class | StringReader Members | System.IO Namespace