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);
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.

Restituisce

String

Stringa decodificata.

Commenti

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

Il ToXmlNmTokens metodo è statico.

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

Si applica a