TheCommonUtils..::..cdeSplit Method
Overload List
Name | Description | |
---|---|---|
cdeSplit(String, Char, Boolean, Boolean) |
Converts a string into a string array. if you don't need the Remove.. parameter, please use .NET .split() function. if you need the remove... parameter use the override with the string sep(erator)
|
|
cdeSplit(String, String, Boolean, Boolean) |
Converts a string into a string array.
|