[]
Converts an array of strings to a newline-delimited string.
protected string LinesToText(string[] ss)
Protected Function LinesToText(ss As String()) As String
| Type | Name | Description |
|---|---|---|
| string[] | ss | String array to convert. |
| Type | Description |
|---|---|
| string | A newline-delimited string. |