StringBuilder sb = new StringBuilder();sb.Append("sample");sb.Insert(0, "firststring ");string s = sb.ToString();