System.Xml.Serialization.XmlSerializationWriter.FromXmlQualifiedName Method

Produces a string that can be written as an XML qualified name, with invalid characters replaced by escape sequences.

Syntax

protected string FromXmlQualifiedName (System.Xml.XmlQualifiedName xmlQualifiedName, bool ignoreEmpty)

Parameters

xmlQualifiedName
An System.Xml.XmlQualifiedName that represents the XML to be written.
ignoreEmpty
true to ignore empty spaces in the string; otherwise, false.

Returns

An XML qualified name, with invalid characters replaced by escape sequences.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Xml.Serialization
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0