Method Split
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
Split(string)
Converts specified text to string array.
public static string[] Split(string text)
Parameters
text
stringString to convert.
Returns
- string[]
String array representation of given text.