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

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

source
The list of elements to combine.
separator
Delimiter.

Glossary Item Box

Combines into a single string the list of specified elements separated with the specified delimeter if the elements are not empty.

Синтаксис

[Extension()] 
public static string ConcatIfNotEmpty( 
   IEnumerable<string> source, 
   string separator 
)

Параметры

source
The list of elements to combine.
separator
Delimiter.

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

The new string that contains the nonempty source elements separated with separator.

Заметки

Overloaded method.

Extensible method for the classes that implement the IEnumerable interface.

Смотри также

© Terrasoft 2002-2017.

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

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