C# (CSharp) System.Xml.Xsl.Qil QilName.ToString - 4 примера найдено. Это лучшие примеры C# (CSharp) кода для System.Xml.Xsl.Qil.QilName.ToString, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
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".