- Found in:
- Baka
Description
Documentation String
Returns a string as an array of characters, a delimiter can optionally be passed to only split the string at certain characters
Caveats
Parameters
stringasString
stringasDelim=""
Examples
Auto-Generated Example
string myString__asString
string myString__asDelim
string[] returnedValue = StringUtil.StringToArray(myString__asString, myString__asDelim)