Utf8JsonReader.TryGetGuid(Guid) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
嘗試從來源剖析目前的 JSON 權杖值作為 Guid,並傳回指出作業是否成功的值。
public:
bool TryGetGuid([Runtime::InteropServices::Out] Guid % value);
public bool TryGetGuid (out Guid value);
member this.TryGetGuid : Guid -> bool
Public Function TryGetGuid (ByRef value As Guid) As Boolean
參數
傳回
如果整個 UTF-8 編碼權杖值可以成功剖析為 Guid 值,則為 true
;否則為 false
。
例外狀況
JSON 權杖值不是 String。
備註
這個方法只會剖析 Guid 具有連字號的值,而且沒有任何周圍裝飾。