XmlReader.IsNameToken(String) Metodo

Definizione

Restituisce un valore che indica se l'argomento della stringa è un token di un nome XML valido o meno.

public:
 static bool IsNameToken(System::String ^ str);
public static bool IsNameToken (string str);
static member IsNameToken : string -> bool
Public Shared Function IsNameToken (str As String) As Boolean

Parametri

str
String

Token del nome da convalidare.

Restituisce

true se è un token del nome valido; in caso contrario, false.

Eccezioni

Il valore str è null.

Commenti

Questo metodo usa la raccomandazione XML W3C 1.0 per determinare se il token di nome è valido.

Si applica a