View Single Post
Old 11-16-2012, 12:18 AM   PM User | #4
andynov123
Regular Coder

 
Join Date: Oct 2010
Posts: 246
Thanks: 8
Thanked 1 Time in 1 Post
andynov123 is an unknown quantity at this point
I am trying to store a user inputed first and last name into a Stringbuilder. It has to be this specific way

Quote:
I wouldn't suggest doing that. If you do, you will need to manually separate the built string from the stringbuilder (the space in particular) to break the first and last name apart.
I can put the first name and the last name in two seperate Stringbuilders if thats easier.
andynov123 is offline   Reply With Quote