XmlSerializationReader.ToXmlNmTokens(String) Method

Definition

Decodes an XML name.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Parameters

value
String

An XML name to be decoded.

Returns

A decoded string.

Remarks

The protected members of XmlSerializationReader are intended for use by derived classes that are used internally within the .NET Framework XML serialization infrastructure.

The ToXmlNmTokens method is static.

ToXmlNmTokens converts 4-digit hexadecimal UCS-2 codes into Unicode.

Applies to