string.Format

//定义查找条件字符串
string where = string.Format("Dn = {0} and TYPES = '{1}'", DI, cbType.Text);

将指定字符串中的格式项替换为两个指定对象的字符串的表示型式。

DI替换{0} types 替换{1}

posted @ 2015-03-14 07:44  xzh1993  阅读(124)  评论(0编辑  收藏  举报