Click or drag to resize

SecurIdSdtidTokenFindXmlStringValue Method (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.

Namespace:  ursa
Assembly:  ursa (in ursa.dll) Version: 0.1.1.0 (0.1.1.0)
Syntax
protected string FindXmlStringValue(
	string name
)

Parameters

name
Type: SystemString
The name of the node to find.

Return Value

Type: String
The node's value, if found; an empty string otherwise.
See Also