Add or Concatenate Strings In C# · string str1 = "ppp"; · string strRes = str1.Insert(2, "bbb"); · Console.WriteLine(strRes.ToString());.
確定! 回上一頁