XmlSerializationReader.ToXmlNmToken(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 ^ 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

Parameters

value
String

An XML name to be decoded.

Returns

A decoded string.

Remarks

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

The ToXmlNmToken method is static.

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

Applies to