Aracılığıyla paylaş


XmlILStorageConverter.BytesToAtomicValue Yöntem

Tanım

Bayt dizisini değerine XmlAtomicValuedönüştürür.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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

Parametreler

value
Byte[]

Dönüştürülecek dizisi Byte .

index
Int32

Dönüştürülecek öğenin dizinini sağlayan tür Int32 değeri.

runtime
XmlQueryRuntime

XmlQueryRuntime sınıfının örneği.

Döndürülenler

Dizinin XmlAtomicValue nesnesi Byte .

Şunlara uygulanır