NormalizeLineEndings(string) Method
Returns a new string with normalized line endings.
public static string NormalizeLineEndings(this string value)
- Namespace
- Spectre
.Console .Testing - Containing Type
- StringExtensions
Parameters
- string value
- The string to normalize line endings for.
Returns
- string