Table of Contents

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)

Parameters

list IList<string>

The list of strings whose line endings will be converted.

Returns

IList<string>

The same list instance with all elements converted to Unix line endings.