string str = "abd"; str = string.Format(str+"{{{0}}}","3"); Response.Write(str);
CSring str;str.Format("{}");