C# delete space from variable
Posted
by lolalola
on Stack Overflow
See other posts from Stack Overflow
or by lolalola
Published on 2010-05-20T09:01:54Z
Indexed on
2010/05/20
9:10 UTC
Read the original article
Hit count: 190
c#
Hi, now variable looks like: name = "Lola ...long space...";
How delete space after "Lola"?
How to Get this Results: name = "Lola";
Thanks
© Stack Overflow or respective owner