BinaryPrimitives.ReadInt32BigEndian(ReadOnlySpan<Byte>) Método
Definição
public:
static int ReadInt32BigEndian(ReadOnlySpan<System::Byte> source);
public static int ReadInt32BigEndian (ReadOnlySpan<byte> source);
static member ReadInt32BigEndian : ReadOnlySpan<byte> -> int
Public Shared Function ReadInt32BigEndian (source As ReadOnlySpan(Of Byte)) As Integer
Parâmetros
- source
- ReadOnlySpan<Byte>
O intervalo somente leitura a ser lido.The read-only span to read.
Retornos
O valor big endian.The big endian value.
Exceções
Comentários
Lê exatamente 4 bytes do início do span.Reads exactly 4 bytes from the beginning of the span.