Click or drag to resize

StringAlgorithmsJoinQuoted Method

Overload List
  NameDescription
Public methodStatic memberJoinQuoted(Char, Char, IEnumerableString)
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, IEnumerableString)
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