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

BytesToStringUtilities.ToString(MemoryStream,Encoding,Boolean) - метод Смотри также  Terrasoft.Common - пространство имен > BytesToStringUtilities - класс > ToString - метод : ToString(MemoryStream,Encoding,Boolean) - метод C#

source
Stream.
encoding
Encoding.
detectEncodingFromByteOrderMarks
true if the instance contains prefix that determines its encoding; otherwise - false.

Glossary Item Box

Gets the System.String instance that is the string presentation of the stream of the System.IO.MemoryStream type in the specified encoding. The instance can contain prefix that determines its encoding.

Синтаксис

Параметры

source
Stream.
encoding
Encoding.
detectEncodingFromByteOrderMarks
true if the instance contains prefix that determines its encoding; otherwise - false.

Тип возвращаемого значения

The System.IO.MemoryStream instance that is the string presentation of the source stream in the encoding encoding. If the detectEncodingFromByteOrderMarks value is true then the prefix is added to the System.String instance.

Заметки

Overloaded method.

The extension method for the System.IO.MemoryStream class.

Смотри также

© Terrasoft 2002-2017.

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

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