StringJoin Method |
Name | Description | |
---|---|---|
Join(String, IEnumerableString) | Concatenates the members of a constructed IEnumerableT collection of type String, using the specified separator between each member. | |
JoinT(String, IEnumerableT) | Concatenates the members of a collection, using the specified separator between each member. | |
Join(String, Object) | Concatenates the elements of an object array, using the specified separator between each element. | |
Join(String, String) | Concatenates all the elements of a string array, using the specified separator between each element. | |
Join(String, String, Int32, Int32) | Concatenates the specified elements of a string array, using the specified separator between each element. |