Exemplo n.º 1
0
 public static IEnumerable <string> SplitOnNewLine(this string strIn, bool removeEmpties = false)
 {
     return(MereUtils.SplitOnNewLine(strIn, removeEmpties));
 }