Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. public string ReplaceTest(int i)
  2. {
  3. string rep = this.textBox3.Text;
  4. string reped = rep.Replace("sir, this.textBox3.Text");
  5. }
  6.  
  7. string reped = rep.Replace("sir", string.Empty);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement