C# Класс CasOwa.CasOwaAuthHandler.XmlUtils

Показать файл Открыть проект

Открытые методы

Метод Описание
GetTextForElement ( string xmlAsString, string qualifiedElementName ) : string

Parses the text for a specified element, assuming that there is at most one such element

Описание методов

GetTextForElement() публичный статический Метод

Parses the text for a specified element, assuming that there is at most one such element
public static GetTextForElement ( string xmlAsString, string qualifiedElementName ) : string
xmlAsString string the xml to be parsed
qualifiedElementName string the element to match,qualified with namespace
Результат string