XmlSerializationReader.ToXmlNmToken(String) Metodo

Definizione

Decodifica un nome XML.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

protected:
 static System::String ^ ToXmlNmToken(System::String ^ value);
protected static string? ToXmlNmToken (string? value);
protected static string ToXmlNmToken (string value);
static member ToXmlNmToken : string -> string
Protected Shared Function ToXmlNmToken (value As String) As String

Parametri

value
String

Nome XML da decodificare.

Restituisce

String

Stringa decodificata.

Commenti

I membri protetti di XmlSerializationReader sono destinati solo all'uso da parte di classi derivate utilizzate internamente all'interno dell'infrastruttura di serializzazione XML .NET Framework.

Il ToXmlNmToken metodo è statico.

ToXmlNmToken converte codici UCS-2 esadecimali a 4 cifre in Unicode.

Si applica a