string s="Some string with spaces";
string s2 = string.Join("",s.Split(' '));
...
Bryan Valencia is a contributing editor and founder of Visual Studio Journey. He owns and operates Software Services, a web design and hosting company in Manteca, California.
No comments:
Post a Comment