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.