IJSVsaEngine.IsValidIdentifier(String) Metodo

Definizione

Controlla se l'identificatore fornito è valido per il motore.

public:
 bool IsValidIdentifier(System::String ^ identifier);
public bool IsValidIdentifier(string identifier);
abstract member IsValidIdentifier : string -> bool
Public Function IsValidIdentifier (identifier As String) As Boolean

Parametri

identifier
String

Valore stringa fornito come identificatore.

Valori restituiti

true se l'identificatore è valido; in caso contrario, restituisce false.

Si applica a