C# Class Rolcore.IO.StreamExtensions

Extension methods for Stream.
Afficher le fichier Open project: Rollins/Rolcore

Méthodes publiques

Méthode Description
ReadToEndAsString ( this stream ) : string

Reads the specified string from the current position to the end as a string.

ToSHA1String ( this stream ) : string

Method Details

ReadToEndAsString() public static méthode

Reads the specified string from the current position to the end as a string.
public static ReadToEndAsString ( this stream ) : string
stream this Specifies the stream to read.
Résultat string

ToSHA1String() public static méthode

public static ToSHA1String ( this stream ) : string
stream this
Résultat string