CborReader.ReadCborNegativeIntegerRepresentation 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
重要
此 API 不符合 CLS 規範。
以 CBOR 負整數表示法 (主要類型 1 ) 讀取下一個資料項目。
public:
System::UInt64 ReadCborNegativeIntegerRepresentation();
[System.CLSCompliant(false)]
public ulong ReadCborNegativeIntegerRepresentation ();
[<System.CLSCompliant(false)>]
member this.ReadCborNegativeIntegerRepresentation : unit -> uint64
Public Function ReadCborNegativeIntegerRepresentation () As ULong
傳回
不帶正負號的整數,表示 -1 減去整數。
- 屬性
例外狀況
下一個數據項沒有正確的主要類型。
備註
這個方法支援 -18446744073709551616 與 -1 之間的譯碼整數。 適用於處理不符合型別的值 Int64 。