I have a string variable that holds the full name of someone (ex. string fullName = "John Smith", how do I split that string and put the first and last name into separate string variables? I know to search for the space is a good way to start I'm just not sure how to go about doing this.