XPathItem.ValueAsBoolean Property
.NET Framework 4
When overridden in a derived class, gets the item's value as a Boolean.
Assembly: System.Xml (in System.Xml.dll)
| Exception | Condition |
|---|---|
| FormatException |
The item's value is not in the correct format for the Boolean type. |
| InvalidCastException |
The attempted cast to Boolean is not valid. |
The ValueAsDateTime property attempts to convert the value of the item to the .NET Framework version 2.0 Boolean 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.