Click or drag to resize

SecurIdSdtidTokenFindXmlStringValue Method

Search the XML of the current instance for a node with a given name and return the node's value.
Overload List
  NameDescription
Protected methodFindXmlStringValue(String)
Search the XML of the current instance for a node with a given name and return the node's value, or an empty string if the node is not found.
Protected methodFindXmlStringValue(String, String)
Search the XML of the current instance for a node with a given name and return the node's value, or a default value if the node is not found.
Top
See Also