amitguitarplayer
Active member
- Joined
- Jul 5, 2008
- Messages
- 27
- Programming Experience
- 5-10
Hi guys,
I have a string "This is a String"
between each word there are 2 white spaces, how can trim the string so there is only One white space between each word so it looks like..
instead of
thanx a lot guys !!
I have a string "This is a String"
between each word there are 2 white spaces, how can trim the string so there is only One white space between each word so it looks like..
VB.NET:
"This is a String"
VB.NET:
"This is a String"
thanx a lot guys !!