<< Back to the snippet list
A StringBuilder extension method for appending generic multiple values
This is a StringBuilder extension method that can append a collection of generic values. It is very handy, for example, to formulate a SQL IN statement.
Extension method
StringBuilder
Generic