Returns a string array that contains the substrings in this instance that are delimited by elements of a specified string or Unicode character array.
One more overloaded version : string.Split() works :)
I think string.Split() works as string.Split(Char[]) because Char[] can be null.