MigrationCommonModelFormatter.ConcatStringList Method

Definition

Concats all string specified in list seperated by the specified delimiter

public string ConcatStringList (System.Collections.Generic.List<string> stringList, string delimiter = default);
member this.ConcatStringList : System.Collections.Generic.List<string> * string -> string
Public Function ConcatStringList (stringList As List(Of String), Optional delimiter As String = Nothing) As String

Parameters

stringList
List<String>

list of string to be concatenate

delimiter
String

delimiter b/w individual strings

Returns

single string formed by concatenating string in list

Applies to