Hi,
This is probably easy but I haven't been able to find help on it. Basically, I want to replace the contents of a string up to the occurence of a backslash.
So,
newString = aCertainValue.ToString().Replace("wildcard\","Q");
Any ideas?
Thanks.
Printable View
Hi,
This is probably easy but I haven't been able to find help on it. Basically, I want to replace the contents of a string up to the occurence of a backslash.
So,
newString = aCertainValue.ToString().Replace("wildcard\","Q");
Any ideas?
Thanks.
Figured it out. Nevermind!
Don't forget to resolve your thread from the Thread Tools menu.