Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

StreamUtilities.GetStreamContent - метод Смотри также  Terrasoft.Common - пространство имен > StreamUtilities - класс : GetStreamContent - метод C#

source
Stream.

Glossary Item Box

The string presentation of the contents of the stream.

Синтаксис

public static string GetStreamContent( 
   Stream source 
)

Параметры

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.

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?