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© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic