ParserHelpers.IsIdentifier 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.
Surcharges
IsIdentifier(String) | |
IsIdentifier(String, Boolean) |
IsIdentifier(String)
IsIdentifier(String, Boolean)
public:
static bool IsIdentifier(System::String ^ value, bool requireIdentifierStart);
public static bool IsIdentifier (string value, bool requireIdentifierStart);
static member IsIdentifier : string * bool -> bool
Public Shared Function IsIdentifier (value As String, requireIdentifierStart As Boolean) As Boolean
Paramètres
- value
- String
- requireIdentifierStart
- Boolean