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
[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.