XPathItem::ValueAs Method (Type^, IXmlNamespaceResolver^)
When overridden in a derived class, returns the item's value as the type specified using the IXmlNamespaceResolver object specified to resolve namespace prefixes.
Assembly: System.Xml (in System.Xml.dll)
public: virtual Object^ ValueAs( Type^ returnType, IXmlNamespaceResolver^ nsResolver ) abstract
Parameters
- returnType
-
Type:
System::Type^
The type to return the item's value as.
- nsResolver
-
Type:
System.Xml::IXmlNamespaceResolver^
The IXmlNamespaceResolver object used to resolve namespace prefixes.
| Exception | Condition |
|---|---|
| FormatException | The item's value is not in the correct format for the target type. |
| InvalidCastException | The attempted cast is not valid. |
| OverflowException | The attempted cast resulted in an overflow. |
When overridden in a derived class, the ValueAs method attempts to convert the value of the item to the .NET Framework 2.0 type specified.
The IXmlNamespaceResolver object is used to resolve namespace prefixes related to type conversions. For example, when converting an xs:QName to an xs:string.
For more information about type support in the System.Xml namespace, see Type Support in the System.Xml Classes.
Available since 2.0