Sdílet prostřednictvím


XmlILStorageConverter.BytesToAtomicValue Metoda

Definice

Převede pole bajtů na XmlAtomicValue.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

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

Parametry

value
Byte[]

Pole, které Byte chcete převést.

index
Int32

Hodnota typu Int32 , která poskytuje index položky, kterou chcete převést.

runtime
XmlQueryRuntime

Instance třídy XmlQueryRuntime

Návraty

Objekt XmlAtomicValue pro Byte pole.

Platí pro