Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the text value of a named child element.
Syntax
client server private static str getElementTextValue(XmlElement _parentNode, str _elementName)
Run On
Called
Parameters
- _parentNode
Type: XmlElement Class
The parent element.
- _elementName
Type: str
The child element name.
Return Value
Type: str
The text value.