UInt16.IBinaryInteger<UInt16>.TryReadLittleEndian Método
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
static bool System.Numerics.IBinaryInteger<System.UInt16>.TryReadLittleEndian(ReadOnlySpan<System::Byte> source, bool isUnsigned, [Runtime::InteropServices::Out] System::UInt16 % value) = System::Numerics::IBinaryInteger<System::UInt16>::TryReadLittleEndian;
static bool IBinaryInteger<ushort>.TryReadLittleEndian (ReadOnlySpan<byte> source, bool isUnsigned, out ushort value);
static member System.Numerics.IBinaryInteger<System.UInt16>.TryReadLittleEndian : ReadOnlySpan<byte> * bool * uint16 -> bool
Shared Function TryReadLittleEndian (source As ReadOnlySpan(Of Byte), isUnsigned As Boolean, ByRef value As UShort) As Boolean Implements IBinaryInteger(Of UShort).TryReadLittleEndian
- source
- ReadOnlySpan<Byte>
- isUnsigned
- Boolean
- value
- UInt16
Produto | Versões |
---|---|
.NET | 7, 8, 9 |
Comentários do .NET
O .NET é um projeto código aberto. Selecione um link para fornecer comentários: