XPathNavigator::ValueAs Method

 

Namespace:   System.Xml.XPath
Assembly:  System.Xml (in System.Xml.dll)

NameDescription
System_CAPS_pubmethodValueAs(Type^)

Returns the item's value as the specified type.(Inherited from XPathItem.)

System_CAPS_pubmethodValueAs(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^).)

Return to top
Show: