XmlILStorageConverter.BytesToAtomicValue 메서드

정의

바이트 배열을 .로 변환합니다 XmlAtomicValue.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

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

매개 변수

value
Byte[]

변환할 배열입니다 Byte .

index
Int32

변환할 항목의 인덱스 제공 형식 Int32 의 값입니다.

runtime
XmlQueryRuntime

XmlQueryRuntime 클래스의 인스턴스입니다.

반품

XmlAtomicValue 배열의 개체입니다Byte.

적용 대상