Appearance
string[] String.Split(string, string)
Returns an array of strings split by the given delimiter.
string - The string to split.string - The split delimiter.
string
string[] - The array of split pieces.
string[]