XmlQualifiedNameToString Method |
Returns the string value of the System.Xml.XmlQualifiedName.
Namespace: System.XmlAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax 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