XmlSerializationReader.ToXmlNmTokens(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 ^ ToXmlNmTokens(System::String ^ value);
protected static string ToXmlNmTokens(string value);
static member ToXmlNmTokens : string -> string
Protected Shared Function ToXmlNmTokens (value As String) As String

Parametri

value
String

Nome XML da decodificare.

Valori restituiti

Stringa decodificata.

Commenti

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

Il ToXmlNmTokens metodo è statico.

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

Si applica a