Condividi tramite


SyntaxFacts.IsUnderscore(Char) Metodo

Definizione

Determina se il carattere unicode è un carattere di sottolineatura.

public:
 static bool IsUnderscore(char c);
public static bool IsUnderscore (char c);
static member IsUnderscore : char -> bool
Public Shared Function IsUnderscore (c As Char) As Boolean

Parametri

c
Char

Carattere unicode.

Restituisce

Valore booleano impostato su True se il carattere è un carattere di sottolineatura.

Si applica a