See also
Class StringUtils
West Wind Toolkit for .NET
StringUtils.GetLines
Parses a string into an array of lines broken by \r\n or \n
public static String[] GetLines(string s);
Return Value
array of strings, or null if the string passed was a null
Parameters
s
String to check for lines
See also:
Class StringUtils