UInt32.IBinaryInteger<UInt32>.TryReadBigEndian Método
Definición
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>.TryReadBigEndian(ReadOnlySpan<System::Byte> source, bool isUnsigned, [Runtime::InteropServices::Out] System::UInt32 % value) = System::Numerics::IBinaryInteger<System::UInt32>::TryReadBigEndian;
static bool IBinaryInteger<uint>.TryReadBigEndian (ReadOnlySpan<byte> source, bool isUnsigned, out uint value);
static member System.Numerics.IBinaryInteger<System.UInt32>.TryReadBigEndian : ReadOnlySpan<byte> * bool * uint32 -> bool
Shared Function TryReadBigEndian (source As ReadOnlySpan(Of Byte), isUnsigned As Boolean, ByRef value As UInteger) As Boolean Implements IBinaryInteger(Of UInteger).TryReadBigEndian
Parámetros
- source
- ReadOnlySpan<Byte>
- isUnsigned
- Boolean
- value
- UInt32
Devoluciones
Se aplica a
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.