StringUtilities.ConcatIfNotEmpty(IEnumerable,String) - метод Смотри также Terrasoft.Common - пространство имен > StringUtilities - класс > ConcatIfNotEmpty - метод : ConcatIfNotEmpty(IEnumerable,String) - метод C#
- source
- The list of elements to combine.
- separator
- Delimiter.
Glossary Item Box
Параметры
- 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.