共用方式為


Reader<TInput>.TryReadBytes(Int32, ReadOnlySpan<Byte>) 方法

定義

嘗試從輸入讀取指定的位元組數目。

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

參數

length
Int32

長度。

bytes
ReadOnlySpan<Byte>

已讀取的位元組。

傳回

true 如果從輸入讀取指定的位元組數目,則為 , false 否則為 。

適用於