XmlQualifiedName.ToString Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns the string value of the XmlQualifiedName.
Assembly: System.Xml (in System.Xml.dll)
Return Value
Type: System.StringThe string value of the XmlQualifiedName in the format of namespace:localname. If the object does not have a namespace defined, this method returns just the local name.
Show: