Compartir a través de


SyntaxFacts.IsNewLine(Char) Método

Definición

Devuelve true si el carácter Unicode es un carácter de nueva línea.

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

Parámetros

ch
Char

Carácter Unicode.

Devoluciones

Se aplica a