BinaryPrimitives.ReadUInt32BigEndian(ReadOnlySpan<Byte>) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
중요
이 API는 CLS 규격이 아닙니다.
바이트의 읽기 전용 범위부터 시작하여 UInt32을 big endian으로 읽습니다.
public:
static System::UInt32 ReadUInt32BigEndian(ReadOnlySpan<System::Byte> source);
[System.CLSCompliant(false)]
public static uint ReadUInt32BigEndian (ReadOnlySpan<byte> source);
[<System.CLSCompliant(false)>]
static member ReadUInt32BigEndian : ReadOnlySpan<byte> -> uint32
Public Shared Function ReadUInt32BigEndian (source As ReadOnlySpan(Of Byte)) As UInteger
매개 변수
- source
- ReadOnlySpan<Byte>
읽을 읽기 전용 범위입니다.
반환
Big endian 값입니다.
- 특성
예외
source이 너무 작아 UInt32.를 포함할 수 없습니다.
설명
범위의 시작 부분에서 정확히 4바이트를 읽습니다.