SplitString¶
Splits a string by the provided separation character. Returns a List
Input Parameters¶
| Name (Relevancy & Type) | Description |
|---|---|
| String (String) | — |
| Split (String) | — |
Outputs¶
| Name | Type |
|---|---|
| Fragments | System.Collections.Generic.List`1[System.String] |
| Count | System.Int32 |