XmlILStorageConverter.BytesToAtomicValue Metod

Definition

Konverterar en matris med byte till en XmlAtomicValue.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

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

Parametrar

value
Byte[]

En matris med som ska konverteras Byte .

index
Int32

Ett värde av typen Int32 som innehåller indexet för objektet som ska konverteras.

runtime
XmlQueryRuntime

En instans av XmlQueryRuntime klassen.

Returer

Objektet XmlAtomicValue för matrisen Byte .

Gäller för