XName.ToString Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns the expanded XML name in the format {namespace}localname.
Assembly: System.Xml.Linq (in System.Xml.Linq.dll)
Return Value
Type: System.StringA String that contains the expanded XML name in the format {namespace}localname.
Show: