ModelSerializationExtensions.GetBytesFromBase64(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.
public static byte[] GetBytesFromBase64(this System.Text.Json.JsonElement element, string format);
static member GetBytesFromBase64 : System.Text.Json.JsonElement * string -> byte[]
<Extension()>
Public Function GetBytesFromBase64 (element As JsonElement, format As String) As Byte()
Parameters
- element
- JsonElement
- format
- String