StreamUtilities.GetStreamContent - метод Смотри также Terrasoft.Common - пространство имен > StreamUtilities - класс : GetStreamContent - метод C#
- source
- Stream.
Glossary Item Box
Параметры
- source
- Stream.
Тип возвращаемого значения
The contents of the stream as a string (from the current position to the end).To read the stream contents the standard
ReadToEnd()
method of the System.IO.StreamReader is used.