JsonDocumentAuthExtensions.GetString(JsonElement, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a string property value from the specified 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
Parameters
- element
- JsonElement
The JsonElement.
- key
- String
The property name.
Returns
The property value.