Table of Contents

Method FromBase64String

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

FromBase64String(string)

Creates an Image from a Base64-encoded string.

public static Image? FromBase64String(string base64str)

Parameters

base64str string

The Base64-encoded string containing the image data.

Returns

Image

An Image instance if the decoding is successful; otherwise, null.