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

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

source
String.
encoding
Type of encoding. If the parameter is not specified, UTF8 encoding is used.

Glossary Item Box

Gets the value of the System.IO.Stream type of the source string.

Синтаксис

[Extension()] 
public static Stream ToStream( 
   string source, 
   Encoding encoding 
)

Параметры

source
String.
encoding
Type of encoding. If the parameter is not specified, UTF8 encoding is used.

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

The System.IO.Stream object that represents the value of the source string.

Смотри также

© Terrasoft 2002-2017.

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

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