| Overload | Description |
|---|---|
| ReadToEndAsString(Stream) | Reads the given stream to the end and converts the read bytes to string using the UTF8 encoding. |
| ReadToEndAsString(Stream,NEncoding) | Reads the given stream to the end and converts the read bytes to string using the specified encoding. |