G
Guest
I want to use the "replace" in the string builder class. I've imported the "system.text.stringbuilder" class into my project. However, I don't see the method call for "replace(oldchar,newchar,startindx,numofchars)" format.
It does not show up in intellisense.
What am I doing wrong. See below:
imports system.text.stringbuilder
Thanks
It does not show up in intellisense.
What am I doing wrong. See below:
imports system.text.stringbuilder
Thanks