This documentation is archived and is not being maintained.

XmlILStorageConverter Class

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.

System::Object
  System.Xml.Xsl.Runtime::XmlILStorageConverter

Namespace:  System.Xml.Xsl.Runtime
Assembly:  System.Data.SqlXml (in System.Data.SqlXml.dll)

public ref class XmlILStorageConverter abstract sealed

The XmlILStorageConverter type exposes the following members.

  NameDescription
Public methodStatic memberBooleanToAtomicValueInfrastructure. Converts a Boolean value to an XmlAtomicValue.
Public methodStatic memberBytesToAtomicValueInfrastructure. Converts an array of bytes to an XmlAtomicValue.
Public methodStatic memberDateTimeToAtomicValueInfrastructure. Converts a DateTime value to an XmlAtomicValue.
Public methodStatic memberDecimalToAtomicValueInfrastructure. Converts a decimal value to an XmlAtomicValue.
Public methodStatic memberDoubleToAtomicValueInfrastructure. Converts a double value to an XmlAtomicValue.
Public methodStatic memberInt32ToAtomicValueInfrastructure. Converts an Int32 value to an XmlAtomicValue.
Public methodStatic memberInt64ToAtomicValueInfrastructure. Converts an Int64 value to an XmlAtomicValue.
Public methodStatic memberItemsToNavigatorsInfrastructure. Converts a list or sequence of XPathItem objects to a sequence of XPathNavigator objects or values.
Public methodStatic memberNavigatorsToItemsInfrastructure. Converts a sequence of XPathNavigator objects or values to a list or sequence of XPathItem objects.
Public methodStatic memberSingleToAtomicValueInfrastructure. Converts a single value to an XmlAtomicValue.
Public methodStatic memberStringToAtomicValueInfrastructure. Converts a string value to an XmlAtomicValue.
Public methodStatic memberTimeSpanToAtomicValueInfrastructure. Converts a TimeSpan value to an XmlAtomicValue.
Public methodStatic memberXmlQualifiedNameToAtomicValueInfrastructure. Converts an XmlQualifiedName value to an XmlAtomicValue.
Top

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

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.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: