DXImage.FromBase64String(String) Method
In This Article
Creates an image from the specified binary string that contains the image data.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
NuGet Package: DevExpress.Drawing
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
base64 | String | A binary string that contains image data. |
#Returns
Type | Description |
---|---|
DXImage | The created image. |
See Also