[]
Converts a newline-delimited string to an array of strings.
protected string[] TextToLines(string txt)
Protected Function TextToLines(txt As String) As String()
| Type | Name | Description |
|---|---|---|
| string | txt | A newline-delimited string. |
| Type | Description |
|---|---|
| string[] | The converted array of strings. |