XmlILStorageConverter.BytesToAtomicValue Methode

Definitie

Converteert een matrix van bytes naar een XmlAtomicValue.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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

Parameters

value
Byte[]

Een matrix van Byte om te converteren.

index
Int32

Een waarde van het type Int32 dat de index van het item levert dat moet worden geconverteerd.

runtime
XmlQueryRuntime

Een exemplaar van de XmlQueryRuntime klasse.

Retouren

Het XmlAtomicValue object voor de Byte matrix.

Van toepassing op