How do i delete all spaces in a string and replace them with the character?
I know you can use Replace() but what if the string has more than one space in it??
E.g
"Today is Thursday , the 9th"
to
"Today is Thursday etc...
Thanks
Arun
I know you can use Replace() but what if the string has more than one space in it??
E.g
"Today is Thursday , the 9th"
to
"Today is Thursday etc...
Thanks
Arun