Reader<TInput>.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 spécifié d’octets à partir de l’entrée.
public bool TryReadBytes (int length, out ReadOnlySpan<byte> bytes);
member this.TryReadBytes : int * ReadOnlySpan -> bool
Public Function TryReadBytes (length As Integer, ByRef bytes As ReadOnlySpan(Of Byte)) As Boolean
Paramètres
- length
- Int32
Longueur.
- bytes
- ReadOnlySpan<Byte>
Octets lus.
Retours
true
si le nombre d’octets spécifié a été lu à partir de l’entrée, false
sinon.