Class IListToUnixLineEndingExtensions
- Namespace
- SunamoToUnixLineEnding
- Assembly
- SunamoToUnixLineEnding.dll
Extension methods for converting line endings to Unix format in string lists.
public static class IListToUnixLineEndingExtensions
- Inheritance
-
IListToUnixLineEndingExtensions
- Inherited Members
Methods
ToUnixLineEnding(IList<string>)
Converts all line endings in each element of the list to Unix line endings.
public static IList<string> ToUnixLineEnding(this IList<string> list)