Table of Contents

Method ContainsNewLineChars

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ContainsNewLineChars(string)

Determines whether the specified string contains CR (\r) or LF (\n) characters.

public static bool ContainsNewLineChars(string input)

Parameters

input string

The string to check.

Returns

bool

true if the string contains CR or LF characters; otherwise, false.