XmlILStorageConverter.BytesToAtomicValue Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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 .
- runtime
- XmlQueryRuntime
XmlQueryRuntime sınıfının örneği.
Döndürülenler
Dizinin XmlAtomicValue nesnesi Byte .