Method GetAllText
GetAllText(Stream)
Receives content of the specified input.
public static string GetAllText(this Stream input)
Parameters
input
StreamStream object to process.
Returns
- string
String representing content of the stream.
Receives content of the specified input.
public static string GetAllText(this Stream input)
input
StreamStream object to process.
String representing content of the stream.