ReaderInput.TryReadBytes(Int32, ReadOnlySpan<Byte>) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Tente de lire le nombre d’octets spécifié à partir de l’entrée.
public abstract bool TryReadBytes (int length, out ReadOnlySpan<byte> bytes);
abstract member TryReadBytes : int * ReadOnlySpan -> bool
Public MustOverride Function TryReadBytes (length As Integer, ByRef bytes As ReadOnlySpan(Of Byte)) As Boolean
Paramètres
- length
- Int32
Nombre d’octets à lire.
- bytes
- ReadOnlySpan<Byte>
Octets qui ont été lus..
Retours
true
si le nombre d’octets a été correctement lu, false
sinon.