StringUtility.JoinFormat method

Joins the specified strings using the specified separator format.

public static string JoinFormat(this IEnumerable<string> strings, string separatorFormat)
parameter description
strings The strings.
separatorFormat The separator format, e.g. “{0}, {1}”.

Return Value

All of the strings concatenated with the specified separator format.

See Also