BinaryPrimitives.ReadUInt64BigEndian(ReadOnlySpan<Byte>) Method
In this article
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Reads a UInt64 from the beginning of a read-only span of bytes, as big endian.
public:
static System::UInt64 ReadUInt64BigEndian(ReadOnlySpan<System::Byte> source);
[System.CLSCompliant(false)]
public static ulong ReadUInt64BigEndian(ReadOnlySpan<byte> source);
[<System.CLSCompliant(false)>]
static member ReadUInt64BigEndian : ReadOnlySpan<byte> -> uint64
Public Shared Function ReadUInt64BigEndian (source As ReadOnlySpan(Of Byte)) As ULong
- source
- ReadOnlySpan<Byte>
The read-only span of bytes to read.
The big endian value.
- Attributes
source
is too small to contain a UInt64.
Reads exactly 8 bytes from the beginning of the span.
Applies to
Product | Versions |
---|---|
.NET | Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
.NET Standard | 2.0 (package-provided), 2.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: