XmlConvert.EncodeNmToken(String) Metodo

Definizione

Verifica che il nome sia valido secondo le specifiche XML.

public:
 static System::String ^ EncodeNmToken(System::String ^ name);
public static string EncodeNmToken (string name);
public static string? EncodeNmToken (string? name);
static member EncodeNmToken : string -> string
Public Shared Function EncodeNmToken (name As String) As String

Parametri

name
String

Nome da codificare.

Restituisce

Nome codificato.

Commenti

Questo metodo garantisce che il nome sia valido in base alla specifica XML. Ad esempio, se è stato passato questo metodo il nome non valido 70+, restituisce 70_x002b_ che è un nome XML valido.

Se name è null o String.Empty, viene restituito lo stesso valore.

Si applica a