Split(String, Char, StringSplitOptions, Encoding) | Splits the source textfile by the specified character. |
Split(String, Char, StringSplitOptions, Encoding) | Splits the source textfile by the specified characters. |
Split(String, IEnumerableString, StringSplitOptions, Encoding) | Splits the source textfile by the specified strings. |
Split(String, String, StringSplitOptions, Encoding) | Splits the source textfile by the specified string. |