Method ToNewLineSeparated
- Namespace
- YndigoBlue.Velocity.Utils
- Assembly
- YndigoBlue.Velocity.dll
ToNewLineSeparated(IEnumerable<string>)
Joins an enumerable of strings with newline separators.
public static string ToNewLineSeparated(this IEnumerable<string> list)
Parameters
listIEnumerable<string>The enumerable of strings to join.
Returns
- string
A string with elements separated by Environment.NewLine.