BinaryPrimitives.TryWriteUIntPtrLittleEndian 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.
Writes a UIntPtr into a span of bytes, as little endian.
public:
static bool TryWriteUIntPtrLittleEndian(Span<System::Byte> destination, UIntPtr value);
[System.CLSCompliant(false)]
public static bool TryWriteUIntPtrLittleEndian(Span<byte> destination, UIntPtr value);
[<System.CLSCompliant(false)>]
static member TryWriteUIntPtrLittleEndian : Span<byte> * unativeint -> bool
Public Shared Function TryWriteUIntPtrLittleEndian (destination As Span(Of Byte), value As UIntPtr) As Boolean
- value
-
UIntPtr
unativeint
The value to write into the span of bytes.
false
if the span is too small to contain the value; otherwise, true
.
- Attributes
Writes exactly 4 bytes on 32-bit platforms -or- 8 bytes on 64-bit platforms to the beginning of the span.
Applies to
Product | Versions |
---|---|
.NET | 8, 9, 10 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: