HtmlUtils.EmbeddedBase64ToBinary

Decoded an embedded base64 resource string into its binary content and mime type

public static ValueTuple<Byte[],String> EmbeddedBase64ToBinary(string base64Data)

Parameters

base64Data
Embedded Base64 data (data:mime/type;b64data)


See also:

Class HtmlUtils

© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic