Method Split
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.
Converts specified text to string array.
public static string[] Split(string text)
text
stringString to convert.
String array representation of given text.