This documentation is archived and is not being maintained.
XmlILStorageConverter Class
Visual Studio 2010
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This internal class contains static helper methods that get a value converter from XmlQueryRuntime to convert among several physical common language runtime (CLR) representations for the same logical XML type.
Assembly: System.Data.SqlXml (in System.Data.SqlXml.dll)
The XmlILStorageConverter type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | BooleanToAtomicValue | Infrastructure. Converts a Boolean value to an XmlAtomicValue. |
![]() ![]() | BytesToAtomicValue | Infrastructure. Converts an array of bytes to an XmlAtomicValue. |
![]() ![]() | DateTimeToAtomicValue | Infrastructure. Converts a DateTime value to an XmlAtomicValue. |
![]() ![]() | DecimalToAtomicValue | Infrastructure. Converts a decimal value to an XmlAtomicValue. |
![]() ![]() | DoubleToAtomicValue | Infrastructure. Converts a double value to an XmlAtomicValue. |
![]() ![]() | Int32ToAtomicValue | Infrastructure. Converts an Int32 value to an XmlAtomicValue. |
![]() ![]() | Int64ToAtomicValue | Infrastructure. Converts an Int64 value to an XmlAtomicValue. |
![]() ![]() | ItemsToNavigators | Infrastructure. Converts a list or sequence of XPathItem objects to a sequence of XPathNavigator objects or values. |
![]() ![]() | NavigatorsToItems | Infrastructure. Converts a sequence of XPathNavigator objects or values to a list or sequence of XPathItem objects. |
![]() ![]() | SingleToAtomicValue | Infrastructure. Converts a single value to an XmlAtomicValue. |
![]() ![]() | StringToAtomicValue | Infrastructure. Converts a string value to an XmlAtomicValue. |
![]() ![]() | TimeSpanToAtomicValue | Infrastructure. Converts a TimeSpan value to an XmlAtomicValue. |
![]() ![]() | XmlQualifiedNameToAtomicValue | Infrastructure. Converts an XmlQualifiedName value to an XmlAtomicValue. |
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.
Show:
