Reader<TInput>.TryReadBytes(Int32, ReadOnlySpan<Byte>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
嘗試從輸入讀取指定的位元組數目。
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
否則為 。