TheCommonUtils..::..cdeSplit Method (String, String, Boolean, Boolean)
Converts a string into a string array.
Namespace:
nsCDEngine.BaseClassesAssembly: C-DEngine (in C-DEngine.dll)
Syntax
Parameters
- pToSplit
- Type: String
The input string.
- sep
- Type: String
The delimiter character in the input string.
- RemoveDuplicates
- Type: Boolean
if true, the returning list does not contain duplicate entries
- RemoveEmptyEntries
- Type: Boolean
if true, the returning list does not contain empty entries