System.Xml.Serialization.XmlSerializationReader.ToXmlNCName Method

Decodes an XML name.

Syntax

protected static string ToXmlNCName (string value)

Parameters

value
An XML name to be decoded.

Returns

A decoded string.

Remarks

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

The XmlSerializationReader.ToXmlNCName(string) method is static.

XmlSerializationReader.ToXmlNCName(string) converts 4-digit hexadecimal UCS-2 codes into Unicode.

Requirements

Namespace: System.Xml.Serialization
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0