Byte.IBinaryInteger<Byte>.TryReadBigEndian 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.Byte>.TryReadBigEndian(ReadOnlySpan<System::Byte> source, bool isUnsigned, [Runtime::InteropServices::Out] System::Byte % value) = System::Numerics::IBinaryInteger<System::Byte>::TryReadBigEndian;
C#
static bool IBinaryInteger<byte>.TryReadBigEndian(ReadOnlySpan<byte> source, bool isUnsigned, out byte value);
static member System.Numerics.IBinaryInteger<System.Byte>.TryReadBigEndian : ReadOnlySpan<byte> * bool * byte -> bool
Shared Function TryReadBigEndian (source As ReadOnlySpan(Of Byte), isUnsigned As Boolean, ByRef value As Byte) As Boolean Implements IBinaryInteger(Of Byte).TryReadBigEndian
- source
- ReadOnlySpan<Byte>
- isUnsigned
- Boolean
- value
- Byte
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: