Partager via


SyntaxFacts.IsNewLine(Char) Méthode

Définition

Retourne true si le caractère Unicode est un caractère de saut de ligne.

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

Paramètres

ch
Char

Caractère Unicode.

Retours

S’applique à