Condividi tramite


VBHelpers.IsSingleQuote(Char) Metodo

Definizione

Questo tipo/membro supporta l'infrastruttura .NET Framework e non deve essere usato direttamente dal codice. Indica un valore che indica se un carattere specificato è racchiuso tra virgolette singole (').

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

Parametri

character
Char

Il carattere.

Restituisce

true se il carattere è racchiuso tra virgolette singole ('); in caso contrario, false.

Si applica a