BinaryPrimitives.WriteUInt64BigEndian(Span<Byte>, UInt64) Methode

Definitie

Belangrijk

Deze API is niet CLS-conform.

Schrijft een UInt64 in een bereik van bytes, als big endian.

public:
 static void WriteUInt64BigEndian(Span<System::Byte> destination, System::UInt64 value);
[System.CLSCompliant(false)]
public static void WriteUInt64BigEndian(Span<byte> destination, ulong value);
[<System.CLSCompliant(false)>]
static member WriteUInt64BigEndian : Span<byte> * uint64 -> unit
Public Shared Sub WriteUInt64BigEndian (destination As Span(Of Byte), value As ULong)

Parameters

destination
Span<Byte>

Het bereik van bytes waarin de waarde moet worden geschreven, als big endian.

value
UInt64

De waarde die moet worden geschreven in het bereik van bytes.

Kenmerken

Uitzonderingen

destination is te klein om een UInt64.

Opmerkingen

Schrijft precies 8 bytes naar het begin van de periode.

Van toepassing op