XmlILStorageConverter 类
定义
表示内部类提供静态帮助器方法,这些方法从 XmlQueryRuntime 获取值转换器以便在同一逻辑 XML 类型的若干个物理公共语言运行时 (CLR) 表示形式间实现转换。 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.
此 API 支持产品基础结构,不能在代码中直接使用。
本文内容
public ref class XmlILStorageConverter abstract sealed
public static class XmlILStorageConverter
type XmlILStorageConverter = class
Public Class XmlILStorageConverter
继承
方法
BooleanToAtomicValue(Boolean, Int32, XmlQueryRuntime)
此 API 支持产品基础结构,不能在代码中直接使用。
将布尔值转换为 XmlAtomicValue 。 Converts a Boolean value to an XmlAtomicValue .
BytesToAtomicValue(Byte[], Int32, XmlQueryRuntime)
此 API 支持产品基础结构,不能在代码中直接使用。
将字节数组转换为 XmlAtomicValue 。 Converts an array of bytes to an XmlAtomicValue .
DateTimeToAtomicValue(DateTime, Int32, XmlQueryRuntime)
此 API 支持产品基础结构,不能在代码中直接使用。
将 DateTime 值转换为 XmlAtomicValue 。 Converts a DateTime value to an XmlAtomicValue .
DecimalToAtomicValue(Decimal, Int32, XmlQueryRuntime)
此 API 支持产品基础结构,不能在代码中直接使用。
将十进制值转换为 XmlAtomicValue 。 Converts a decimal value to an XmlAtomicValue .
DoubleToAtomicValue(Double, Int32, XmlQueryRuntime)
此 API 支持产品基础结构,不能在代码中直接使用。
将 Double 值转换为 XmlAtomicValue 。 Converts a Double value to an XmlAtomicValue .
Int32ToAtomicValue(Int32, Int32, XmlQueryRuntime)
此 API 支持产品基础结构,不能在代码中直接使用。
将 Int32 值转换为 XmlAtomicValue 。 Converts an Int32 value to an XmlAtomicValue .
Int64ToAtomicValue(Int64, Int32, XmlQueryRuntime)
此 API 支持产品基础结构,不能在代码中直接使用。
将 Int64 值转换为 XmlAtomicValue 。 Converts an Int64 value to an XmlAtomicValue .
ItemsToNavigators(IList<XPathItem>)
此 API 支持产品基础结构,不能在代码中直接使用。
将 XPathItem 对象的列表或序列转换为 XPathNavigator 对象或值的序列。 Converts a list or sequence of XPathItem objects to a sequence of XPathNavigator objects or values.
NavigatorsToItems(IList<XPathNavigator>)
此 API 支持产品基础结构,不能在代码中直接使用。
将 XPathNavigator 对象或值的序列转换为 XPathItem 对象的列表或序列。 Converts a sequence of XPathNavigator objects or values to a list or sequence of XPathItem objects.
SingleToAtomicValue(Single, Int32, XmlQueryRuntime)
此 API 支持产品基础结构,不能在代码中直接使用。
将 Single 值转换为 XmlAtomicValue 。 Converts a Single value to an XmlAtomicValue .
StringToAtomicValue(String, Int32, XmlQueryRuntime)
此 API 支持产品基础结构,不能在代码中直接使用。
将字符串值转换为 XmlAtomicValue 。 Converts a string value to an XmlAtomicValue .
TimeSpanToAtomicValue(TimeSpan, Int32, XmlQueryRuntime)
此 API 支持产品基础结构,不能在代码中直接使用。
将 TimeSpan 值转换为 XmlAtomicValue 。 Converts a TimeSpan value to an XmlAtomicValue .
XmlQualifiedNameToAtomicValue(XmlQualifiedName, Int32, XmlQueryRuntime)
此 API 支持产品基础结构,不能在代码中直接使用。
将 XmlQualifiedName 值转换为 XmlAtomicValue 。 Converts an XmlQualifiedName value to an XmlAtomicValue .
适用于