XmlILStorageConverter.BytesToAtomicValue Metodo

Definizione

Converte una matrice di byte in un oggetto XmlAtomicValue.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Parametri

value
Byte[]

Matrice di Byte da convertire.

index
Int32

Valore di tipo Int32 che fornisce l'indice dell'elemento da convertire.

runtime
XmlQueryRuntime

Istanza della classe XmlQueryRuntime.

Valori restituiti

Oggetto XmlAtomicValue per la Byte matrice.

Si applica a