Click or drag to resize

StringAlgorithms.JoinQuoted Method

Overload List
  NameDescription
Public methodStatic memberJoinQuoted(Char, Char, IEnumerable<String>)
Concatenates the members of a collection, using the specified separator between each member, and surrounding each non-null member by the specified quote char.
Public methodStatic memberJoinQuoted(StringBuilder, Char, Char, IEnumerable<String>)
Concatenates the members of a collection, using the specified separator between each member, and surrounding each non-null member by the specified quote char, appending to StringBuilder
Top
See Also