Click or drag to resize

SecurIdSdtidTokenFindXmlDateValue Method

Search the XML of the current instance for a node with a given name and containing a date value, and return the value as a DateTime object.

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

Parameters

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

Return Value

Type: DateTime
The node's value as a DateTime object, if found; otherwise.
Exceptions
ExceptionCondition
ursaExceptionThrown if the node is found but the value cannot be converted into an DateTime object.
See Also