public static IEnumerable<string> Split( string sourceString, string separator, string number )
Parameters
- sourceString
Type: System.String
The source string.
- separator
Type: System.String
Delimiter for text in the string.
- number
Type: System.String
The number of string after splitting.
Return Value
Type: System.String
A new string after splitting.