Compartir a través de


XmlILStorageConverter.BytesToAtomicValue Método

Definición

Convierte una matriz de bytes en una clase XmlAtomicValue.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

public:
 static System::Xml::Schema::XmlAtomicValue ^ BytesToAtomicValue(cli::array <System::Byte> ^ value, int index, System::Xml::Xsl::Runtime::XmlQueryRuntime ^ runtime);
public static System.Xml.Schema.XmlAtomicValue BytesToAtomicValue (byte[] value, int index, System.Xml.Xsl.Runtime.XmlQueryRuntime runtime);
static member BytesToAtomicValue : byte[] * int * System.Xml.Xsl.Runtime.XmlQueryRuntime -> System.Xml.Schema.XmlAtomicValue
Public Shared Function BytesToAtomicValue (value As Byte(), index As Integer, runtime As XmlQueryRuntime) As XmlAtomicValue

Parámetros

value
Byte[]

Matriz de Byte que se va a convertir.

index
Int32

Valor de tipo Int32 que proporciona el índice del elemento que se va a convertir.

runtime
XmlQueryRuntime

Instancia de la clase XmlQueryRuntime.

Devoluciones

XmlAtomicValue

El objeto XmlAtomicValue de la matriz Byte.

Se aplica a