C# Класс Rolcore.IO.StreamExtensions

Extension methods for Stream.
Показать файл Открыть проект

Открытые методы

Метод Описание
ReadToEndAsString ( this stream ) : string

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

ToSHA1String ( this stream ) : string

Описание методов

ReadToEndAsString() публичный статический Метод

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.
Результат string

ToSHA1String() публичный статический Метод

public static ToSHA1String ( this stream ) : string
stream this
Результат string