Share via


SyntaxFacts.IsNewLine(Char) Method

Definition

Returns true if the Unicode character is a newline character.

public:
 static bool IsNewLine(char ch);
public static bool IsNewLine (char ch);
static member IsNewLine : char -> bool
Public Function IsNewLine (ch As Char) As Boolean

Parameters

ch
Char

The Unicode character.

Returns

Applies to