Method GetChildTextByTagName
GetChildTextByTagName(XmlElement, String)
Convenience method where there is only one child System.Xml.XmlElement of a given name
Declaration
public static string GetChildTextByTagName(XmlElement e, string tagName)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlElement | e | |
System.String | tagName |
Returns
Type | Description |
---|---|
System.String |