Skip to main content
All docs
V25.1
  • DXImage.FromBase64String(String) Method

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

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.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.

    The following code snippet (auto-collected from DevExpress Examples) contains a reference to the FromBase64String(String) method.

    Note

    The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

    See Also