Summary
Normalizes the line endings in a
string.
- Namespace
- Cake
.Core - Containing Type
- StringExtensions
Syntax
public static string NormalizeLineEndings(this string value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | string | The string to normalize line endings in. |
Return Value
| Type | Description |
|---|---|
| string | A string with normalized line endings. |
