SyntaxFacts.IsNewLine(Char) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.