ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.Util Namespace / BinarySerializer Class / ImageFromBase64String Method
The string to convert.

In This Topic
    ImageFromBase64String Method (BinarySerializer)
    In This Topic
    Converts the specified string, which encodes binary data as base-64 digits into the System.Drawing.Image object.
    Syntax
    'Declaration
     
    Public Shared Function ImageFromBase64String( _
       ByVal base64String As System.String _
    ) As System.Drawing.Image
    public static System.Drawing.Image ImageFromBase64String( 
       System.string base64String
    )

    Parameters

    base64String
    The string to convert.

    Return Value

    The image.
    See Also