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

StringUtilities.Concat(IEnumerable,String,String) - метод Смотри также  Terrasoft.Common - пространство имен > StringUtilities - класс > Concat - метод : Concat(IEnumerable,String,String) - метод C#

items
The list of elements to combine.
separator
Delimiter.
template
Format pattern.

Glossary Item Box

Combines into a single string the list of specified delimiter-separated elements and formats each element according to the specified template.

Синтаксис

public static string Concat( 
   IEnumerable items, 
   string separator, 
   string template 
)

Параметры

items
The list of elements to combine.
separator
Delimiter.
template
Format pattern.

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

The new string that contains the items elements formatted according to the template template and separated with separator.

Смотри также

© Terrasoft 2002-2017.

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

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