StringUtilities.ConcatIfNotEmpty(IEnumerable,String,Int32) - метод Смотри также Terrasoft.Common - пространство имен > StringUtilities - класс > ConcatIfNotEmpty - метод : ConcatIfNotEmpty(IEnumerable,String,Int32) - метод C#
- source
- The list of elements to combine.
- separator
- Delimiter.
- maxNumber
- Maximum number of items joined in string.
Glossary Item Box
Параметры
- source
- The list of elements to combine.
- separator
- Delimiter.
- maxNumber
- Maximum number of items joined in string.
Тип возвращаемого значения
The new string that contains the nonempty source elements separated with separator.Overloaded method.
Extensible method for the classes that implement the IEnumerable interface.