JsonDocumentAuthExtensions.GetString(JsonElement, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從指定的 JsonElement 取得字串屬性值。
public:
[System::Runtime::CompilerServices::Extension]
static System::String ^ GetString(System::Text::Json::JsonElement element, System::String ^ key);
public static string GetString (this System.Text.Json.JsonElement element, string key);
public static string? GetString (this System.Text.Json.JsonElement element, string key);
static member GetString : System.Text.Json.JsonElement * string -> string
<Extension()>
Public Function GetString (element As JsonElement, key As String) As String
參數
- element
- JsonElement
- key
- String
屬性名稱。
傳回
屬性值。