언어

BinaryPrimitives.ReadUIntPtrBigEndian(ReadOnlySpan<Byte>) 메서드

정의

Important

이 API는 CLS 규격이 아닙니다.

UIntPtr 읽기 전용 바이트 범위의 시작 부분에서 big endian으로 읽습니다.

public:
 static UIntPtr ReadUIntPtrBigEndian(ReadOnlySpan<System::Byte> source);
[System.CLSCompliant(false)]
public static UIntPtr ReadUIntPtrBigEndian(ReadOnlySpan<byte> source);
[<System.CLSCompliant(false)>]
static member ReadUIntPtrBigEndian : ReadOnlySpan<byte> -> unativeint
Public Shared Function ReadUIntPtrBigEndian (source As ReadOnlySpan(Of Byte)) As UIntPtr

매개 변수

source
ReadOnlySpan<Byte>

읽을 읽기 전용 범위입니다.

반품

UIntPtr

unativeint

big endian 값입니다.

특성

예외

source 가 너무 작아서 .를 포함할 수 없습니다 UIntPtr.

설명

범위 시작부터 64비트 플랫폼에서 32비트 플랫폼 또는 8바이트에서 정확히 4바이트를 읽습니다.

적용 대상