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

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

Applies to