SplitLines
Splits a multiline string into an array of lines.
- Use
string.Split()
with all forms of the newline separator to split the string into an array of strings.
Splits a multiline string into an array of lines.
string.Split()
with all forms of the newline separator to split the string into an array of strings.