XPathItem.ValueAsInt Property
.NET Framework 4
When overridden in a derived class, gets the item's value as an Int32.
Assembly: System.Xml (in System.Xml.dll)
| Exception | Condition |
|---|---|
| FormatException |
The item's value is not in the correct format for the Int32 type. |
| InvalidCastException |
The attempted cast to Int32 is not valid. |
| OverflowException |
The attempted cast resulted in an overflow. |
The ValueAsInt property attempts to convert the value of the item to the .NET Framework version 2.0 Int32 type according to the XPath 2.0 rules for casting the item's type.
For more information about type support in the System.Xml namespace, see Type Support in the System.Xml Classes.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.