BinaryPrimitives.WriteUInt32LittleEndian(Span<Byte>, UInt32) Método
Definição
Importante
Esta API não está em conformidade com CLS.
public:
static void WriteUInt32LittleEndian(Span<System::Byte> destination, System::UInt32 value);
[System.CLSCompliant(false)]
public static void WriteUInt32LittleEndian (Span<byte> destination, uint value);
[<System.CLSCompliant(false)>]
static member WriteUInt32LittleEndian : Span<byte> * uint32 -> unit
Public Shared Sub WriteUInt32LittleEndian (destination As Span(Of Byte), value As UInteger)
Parâmetros
O intervalo de bytes em que o valor deve ser gravado, como little endian.The span of bytes where the value is to be written, as little endian.
- value
- UInt32
O valor a ser gravado no intervalo de bytes.The value to write into the span of bytes.
- Atributos
Exceções
Comentários
Grava exatamente 4 bytes no início do span.Writes exactly 4 bytes to the beginning of the span.