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
属性名称。
返回
属性值。