Sphyrnidae Common Library  2.0.1
Shared Utilities/Library
Sphyrnidae.Common.Extensions.StreamExtensions Class Reference

Extension methods for the Stream class More...

Static Public Member Functions

static async Task< string > AsStringAsync (this Stream s)
 Converts the stream to a string More...
 

Detailed Description

Extension methods for the Stream class

Member Function Documentation

◆ AsStringAsync()

static async Task<string> Sphyrnidae.Common.Extensions.StreamExtensions.AsStringAsync ( this Stream  s)
static

Converts the stream to a string

Parameters
sThe stream to be converted
Returns
The string value of the stream

The documentation for this class was generated from the following file: