XmlReader.ValueType Property
.NET Framework 3.0
Gets The Common Language Runtime (CLR) type for the current node.
Namespace: System.Xml
Assembly: System.Xml (in system.xml.dll)
XmlReader Members
System.Xml Namespace
Assembly: System.Xml (in system.xml.dll)
See Default Mapping of XQuery 1.0 and XPath 2.0 to CLR Types for a list of the default mappings.
An element of type xs:int has a ValueType of System.Int32 by default. However, the ValueType could be one of the valid types that can be mapped to xs:int, such as System.Int16 or System.Double.
If a node is un-typed, or if the node is an element that contains mixed content, the node value is mapped to the System.String type.
Notes to Implementers: Implementers must provide a ValueType for every node, even if it is only the System.String type.Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Reference
XmlReader ClassXmlReader Members
System.Xml Namespace