XmlILStorageConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class XmlILStorageConverter abstract sealed
public static class XmlILStorageConverter
type XmlILStorageConverter = class
Public Class XmlILStorageConverter
- Inheritance
-
XmlILStorageConverter
Methods
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(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 |
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. |