System.Xml.Serialization.XmlSerializationReader.ToXmlQualifiedName Method

Obtains an System.Xml.XmlQualifiedName from a name that may contain a prefix.

Syntax

protected System.Xml.XmlQualifiedName ToXmlQualifiedName (string value)

Parameters

value
A name that may contain a prefix.

Returns

An System.Xml.XmlQualifiedName that represents a namespace-qualified XML name.

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.

If a prefix is present, the XmlSerializationReader.ToXmlQualifiedName(string) method looks up the associated namespace for the current XML document and places the value in the System.Xml.XmlQualifiedName object.

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