UInt32.IBinaryInteger<UInt32>.TryReadLittleEndian Método
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
static bool System.Numerics.IBinaryInteger<System.UInt32>.TryReadLittleEndian(ReadOnlySpan<System::Byte> source, bool isUnsigned, [Runtime::InteropServices::Out] System::UInt32 % value) = System::Numerics::IBinaryInteger<System::UInt32>::TryReadLittleEndian;
C#
static bool IBinaryInteger<uint>.TryReadLittleEndian(ReadOnlySpan<byte> source, bool isUnsigned, out uint value);
static member System.Numerics.IBinaryInteger<System.UInt32>.TryReadLittleEndian : ReadOnlySpan<byte> * bool * uint32 -> bool
Shared Function TryReadLittleEndian (source As ReadOnlySpan(Of Byte), isUnsigned As Boolean, ByRef value As UInteger) As Boolean Implements IBinaryInteger(Of UInteger).TryReadLittleEndian
- source
- ReadOnlySpan<Byte>
- isUnsigned
- Boolean
- value
- UInt32
Produto | Versións |
---|---|
.NET | 7, 8, 9, 10 |
Colaborar con nós en GitHub
A orixe deste contido pódese atopar en GitHub, onde tamén podes crear e revisar problemas e extraer solicitudes. Para obter máis información, consulta a guía para colaboradores.
Comentarios de .NET
.NET é un proxecto de código aberto. Selecciona unha ligazón para ofrecer comentarios: