| 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
)
Protected Function FindXmlDateValue (
name As String
) As DateTime
protected:
DateTime FindXmlDateValue(
String^ name
)
member FindXmlDateValue :
name : string -> DateTime
Parameters
- name
- Type: SystemString
The name of the node to find.
Return Value
Type:
DateTimeThe node's value as a
DateTime object, if found; otherwise.
Exceptions Exception | Condition |
---|
ursaException | Thrown if the node is found but the value cannot be converted into an DateTime object. |
See Also