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
继承
XmlILStorageConverter

方法

BooleanToAtomicValue(Boolean, Int32, XmlQueryRuntime)

此 API 支持产品基础结构,不能在代码中直接使用。

将布尔值转换为 XmlAtomicValueConverts a Boolean value to an XmlAtomicValue.

BytesToAtomicValue(Byte[], Int32, XmlQueryRuntime)

此 API 支持产品基础结构,不能在代码中直接使用。

将字节数组转换为 XmlAtomicValueConverts an array of bytes to an XmlAtomicValue.

DateTimeToAtomicValue(DateTime, Int32, XmlQueryRuntime)

此 API 支持产品基础结构,不能在代码中直接使用。

DateTime 值转换为 XmlAtomicValueConverts a DateTime value to an XmlAtomicValue.

DecimalToAtomicValue(Decimal, Int32, XmlQueryRuntime)

此 API 支持产品基础结构,不能在代码中直接使用。

将十进制值转换为 XmlAtomicValueConverts a decimal value to an XmlAtomicValue.

DoubleToAtomicValue(Double, Int32, XmlQueryRuntime)

此 API 支持产品基础结构,不能在代码中直接使用。

Double 值转换为 XmlAtomicValueConverts a Double value to an XmlAtomicValue.

Int32ToAtomicValue(Int32, Int32, XmlQueryRuntime)

此 API 支持产品基础结构,不能在代码中直接使用。

Int32 值转换为 XmlAtomicValueConverts an Int32 value to an XmlAtomicValue.

Int64ToAtomicValue(Int64, Int32, XmlQueryRuntime)

此 API 支持产品基础结构,不能在代码中直接使用。

Int64 值转换为 XmlAtomicValueConverts 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 值转换为 XmlAtomicValueConverts a Single value to an XmlAtomicValue.

StringToAtomicValue(String, Int32, XmlQueryRuntime)

此 API 支持产品基础结构,不能在代码中直接使用。

将字符串值转换为 XmlAtomicValueConverts a string value to an XmlAtomicValue.

TimeSpanToAtomicValue(TimeSpan, Int32, XmlQueryRuntime)

此 API 支持产品基础结构,不能在代码中直接使用。

TimeSpan 值转换为 XmlAtomicValueConverts a TimeSpan value to an XmlAtomicValue.

XmlQualifiedNameToAtomicValue(XmlQualifiedName, Int32, XmlQueryRuntime)

此 API 支持产品基础结构,不能在代码中直接使用。

XmlQualifiedName 值转换为 XmlAtomicValueConverts an XmlQualifiedName value to an XmlAtomicValue.

适用于