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

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

source
The System.Text.StringBuilder instance to which the string is added.
value
The string to append.

Glossary Item Box

Appends the specified string to the specified instance if the instance is not empty.

Синтаксис

[Extension()] 
public static StringBuilder AppendIfNotEmpty( 
   StringBuilder source, 
   string value 
)

Параметры

source
The System.Text.StringBuilder instance to which the string is added.
value
The string to append.

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

The System.Text.StringBuilder instance after append operation is complete.

Заметки

Extensible method for the System.Text.StringBuilder class.

Смотри также

© Terrasoft 2002-2017.

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

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