C-DEngine 5.105

TheCommonUtils..::..cdeSplit Method

Overload List


  Name Description
Public method Static member 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)
Public method Static member cdeSplit(String, String, Boolean, Boolean)
Converts a string into a string array.