Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: string UnifyLineEndings(this string)

Declaration

public static string UnifyLineEndings(
    this string input
)

Summary

Attempts to detect Unix-style and Mac-style line endings and converts them to Windows (\r\n).