MemoryStreamExtensionsReadToEnd Method

Overload List

ReadToEnd(MemoryStream) Reads all characters from the current position to the end of the MemoryStream.
ReadToEnd(MemoryStream, Int64) Reads all characters from the current position to the end of the MemoryStream.
ReadToEnd(MemoryStream, Encoding) Reads all characters from the current position to the end of the MemoryStream.
ReadToEnd(MemoryStream, Encoding, Int64) Reads all characters from the specified position to the end of the MemoryStream.

See Also