XmlILStorageConverter.BytesToAtomicValue Método

Definição

Converte um array de bytes num XmlAtomicValue.

Esta API suporta a infraestrutura de produtos e não é pressuposta para ser utilizada diretamente a partir do seu 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[]

Um conjunto de Byte para converter.

index
Int32

Um valor de tipo Int32 que fornece o índice do item a converter.

runtime
XmlQueryRuntime

Uma instância da XmlQueryRuntime classe.

Devoluções

O XmlAtomicValue objetivo da Byte matriz.

Aplica-se a