Quote:
Originally Posted by Jeff
wow....
you should just use string.Replace
Code:
temp = temp.Replace(' ', '_');
|
LOL, I was just explaining how it works on a core level. But I'm glad you mentioned the method name, I couldn't for the life of me remember.