XPathNavigator.ValueAs Method
.NET Framework 3.5
Returns the current node's value as the Type specified.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ValueAs(Type) | Returns the item's value as the specified type. (Inherited from XPathItem.) |
|
ValueAs(Type, IXmlNamespaceResolver) | Gets the current node's value as the Type specified, using the IXmlNamespaceResolver object specified to resolve namespace prefixes. (Overrides XPathItem.ValueAs(Type, IXmlNamespaceResolver).) |