ModelSerializationExtensions.GetChar(JsonElement) 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.
public static char GetChar(this System.Text.Json.JsonElement element);
static member GetChar : System.Text.Json.JsonElement -> char
<Extension()>
Public Function GetChar (element As JsonElement) As Char
Parameters
- element
- JsonElement