DXImage.FromBase64String(String) Method
Creates an image from the specified binary string that contains the image data.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.1.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