XmlSerializationReader.ToXmlName(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 ^ ToXmlName(System::String ^ value);
protected static string? ToXmlName (string? value);
protected static string ToXmlName (string value);
static member ToXmlName : string -> string
Protected Shared Function ToXmlName (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 only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.

The ToXmlName method is static.

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

Applies to