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

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

source
String.
str
The string to combine.
separator
Delimiter.

Glossary Item Box

Combines this instance with the specified string using the specified delimiter if the specified string is not empty.

Синтаксис

[Extension()] 
public static string ConcatIfNotEmpty( 
   string source, 
   string str, 
   string separator 
)

Параметры

source
String.
str
The string to combine.
separator
Delimiter.

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

The new string equivalent to this instance and combined with the nonempty str string..

Заметки

Overloaded method.

Extensible method for the System.String class.

Смотри также

© Terrasoft 2002-2017.

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

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