언어

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

정의

Important

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

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

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

매개 변수

source
ReadOnlySpan<Byte>

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

반품

big endian 값입니다.

특성

예외

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

설명

범위의 시작 부분에서 정확히 16바이트를 읽습니다.

적용 대상