Click or drag to resize
XmlQualifiedNameToString Method
Returns the string value of the System.Xml.XmlQualifiedName.

Namespace: System.Xml
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
public override string ToString()

Return Value

Type: String
The string value of the System.Xml.XmlQualifiedName in the format of namespace:localname. If the object does not have a namespace defined, this method returns just the local name.
See Also