Table of Contents

Method GetAllText

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

GetAllText(Stream)

Receives content of the specified input.

public static string GetAllText(this Stream input)

Parameters

input Stream

Stream object to process.

Returns

string

String representing content of the stream.