Definition
public string[] Split( char[] separators, int count, bool omitEmptyEntries );
Parameters
separatorsSystem.Char[]. countSystem.Int32. omitEmptyEntriesSystem.Boolean.
Return Value
System.String[].