C# (CSharp) System.Xml.Xsl.Qil QilName.ToString - 4 examples found. These are the top rated real world C# (CSharp) examples of System.Xml.Xsl.Qil.QilName.ToString extracted from open source projects. You can rate examples to help us improve the quality of examples.
Return the QilName in this format: "{namespace}prefix:local-name". If the namespace is empty, return the QilName in this truncated format: "local-name". If the prefix is empty, return the QilName in this truncated format: "{namespace}local-name".