HtmlEscape(input, leaveSingleQuotesAlone, leaveDoubleQuotesAlone) Indent(str, by, indentFirstLine) ParseInt(str, default_, style, provider) Replace(str, oldValue, newValue, comparison)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Extension method: string UnifyLineEndings(this string)Declarationpublic static string UnifyLineEndings(
this string input
) SummaryAttempts to detect Unix-style and Mac-style line endings and converts them to Windows (\r\n). |