XmlILStorageConverter Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents an internal class that provides 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)
| Name | Description | |
|---|---|---|
![]() ![]() | BooleanToAtomicValue(Boolean, Int32, XmlQueryRuntime^) | This API supports the product infrastructure and is not intended to be used directly from your code. Converts a Boolean value to an XmlAtomicValue. |
![]() ![]() | BytesToAtomicValue(array<Byte>^, Int32, XmlQueryRuntime^) | This API supports the product infrastructure and is not intended to be used directly from your code. Converts an array of bytes to an XmlAtomicValue. |
![]() ![]() | DateTimeToAtomicValue(DateTime, Int32, XmlQueryRuntime^) | This API supports the product infrastructure and is not intended to be used directly from your code. Converts a DateTime value to an XmlAtomicValue. |
![]() ![]() | DecimalToAtomicValue(Decimal, Int32, XmlQueryRuntime^) | This API supports the product infrastructure and is not intended to be used directly from your code. Converts a decimal value to an XmlAtomicValue. |
![]() ![]() | DoubleToAtomicValue(Double, Int32, XmlQueryRuntime^) | This API supports the product infrastructure and is not intended to be used directly from your code. Converts a Double value to an XmlAtomicValue. |
![]() ![]() | Int32ToAtomicValue(Int32, Int32, XmlQueryRuntime^) | This API supports the product infrastructure and is not intended to be used directly from your code. Converts an Int32 value to an XmlAtomicValue. |
![]() ![]() | Int64ToAtomicValue(Int64, Int32, XmlQueryRuntime^) | This API supports the product infrastructure and is not intended to be used directly from your code. Converts an Int64 value to an XmlAtomicValue. |
![]() ![]() | ItemsToNavigators(IList<XPathItem^>^) | This API supports the product infrastructure and is not intended to be used directly from your code. Converts a list or sequence of XPathItem objects to a sequence of XPathNavigator objects or values. |
![]() ![]() | NavigatorsToItems(IList<XPathNavigator^>^) | This API supports the product infrastructure and is not intended to be used directly from your code. Converts a sequence of XPathNavigator objects or values to a list or sequence of XPathItem objects. |
![]() ![]() | SingleToAtomicValue(Single, Int32, XmlQueryRuntime^) | This API supports the product infrastructure and is not intended to be used directly from your code. Converts a Single value to an XmlAtomicValue. |
![]() ![]() | StringToAtomicValue(String^, Int32, XmlQueryRuntime^) | This API supports the product infrastructure and is not intended to be used directly from your code. Converts a string value to an XmlAtomicValue. |
![]() ![]() | TimeSpanToAtomicValue(TimeSpan, Int32, XmlQueryRuntime^) | This API supports the product infrastructure and is not intended to be used directly from your code. Converts a TimeSpan value to an XmlAtomicValue. |
![]() ![]() | XmlQualifiedNameToAtomicValue(XmlQualifiedName^, Int32, XmlQueryRuntime^) | This API supports the product infrastructure and is not intended to be used directly from your code. Converts an XmlQualifiedName value to an XmlAtomicValue. |
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

