Skip to main content
All docs
V23.2

DXImage.FromBase64String(String) Method

Creates an image from the specified binary string that contains the image data.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public static DXImage FromBase64String(
    string base64
)

Parameters

Name Type Description
base64 String

A binary string that contains image data.

Returns

Type Description
DXImage

The created image.

See Also