共用方式為


IDataReader.UnconsumedBufferLength 屬性

定義

取得尚未讀取的緩衝區大小。

public:
 property unsigned int UnconsumedBufferLength { unsigned int get(); };
uint32_t UnconsumedBufferLength();
public uint UnconsumedBufferLength { get; }
var uInt32 = iDataReader.unconsumedBufferLength;
Public ReadOnly Property UnconsumedBufferLength As UInteger

屬性值

UInt32

unsigned int

uint32_t

尚未讀取的緩衝區大小,以位元組為單位。

適用於