<< Back to the snippet list

A StringBuilder extension method for appending generic multiple values

Published: 16 Mar 2010 By Jing Ding

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

Please login to leave a comment.