string.replace does not work?

CrapH

New Member
I wrote this small test in C#:<BR><BR>String test = "test";<BR>test.Replace("e","+");<BR><BR>guess what...<BR>it returns "test" and not "t+st"<BR>Am I just getting stressed? or does anyone else have the samesorry
 
Back
Top