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:  SamoyedSoftware.ursa
Assembly:  SamoyedSoftware.ursa (in SamoyedSoftware.ursa.dll) Version: 0.2.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