BinaryTokenStreamReader.ReadUInt 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
UInt32
從資料流程讀取值。
public uint ReadUInt ();
member this.ReadUInt : unit -> uint32
abstract member ReadUInt : unit -> uint32
override this.ReadUInt : unit -> uint32
Public Function ReadUInt () As UInteger
傳回
資料流程中目前位置的資料,轉換成適當的輸出類型。