split a string

I am needing to split a string that is downloaded from a web server. It is going to need to be split by a separator ( ). How do I achieve this?

Search for “Split”

so:

string[] myStrings = myString.Split('');

Google could have given you the answer in seconds, instead you waited 3 minutes. You had the correct terminology and everything.